peyk.platforms.rubika.types.button_textbox¶
Classes
|
Represent the Rubika Bot API |
- class peyk.platforms.rubika.types.button_textbox.ButtonTextbox(type_line: str = 'SingleLine', type_keypad: str = 'String', place_holder: str | None = None, title: str | None = None, default_value: str | None = None)[source]¶
Bases:
objectRepresent the Rubika Bot API
ButtonTextboxtype.The class preserves the existing public fields and wire-format behavior.
- type_line: str = 'SingleLine'¶
- type_keypad: str = 'String'¶
- place_holder: str | None = None¶
- title: str | None = None¶
- default_value: str | None = None¶
- classmethod from_dict(data: dict | None) → ButtonTextbox | None[source]¶
Performs the from dict operation for the Rubika client.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the Rubika operation.