peyk.platforms.rubika.types.inline_message¶
Classes
|
Represent the Rubika Bot API |
- class peyk.platforms.rubika.types.inline_message.InlineMessage(sender_id: str = '', text: str | None = None, file: File | None = None, location: Location | None = None, aux_data: AuxData | None = None, message_id: str = '', chat_id: str = '')[source]¶
Bases:
objectRepresent the Rubika Bot API
InlineMessagetype.The class preserves the existing public fields and wire-format behavior.
- sender_id: str = ''¶
- text: str | None = None¶
- message_id: str = ''¶
- chat_id: str = ''¶
- classmethod from_dict(data: dict | None) InlineMessage | 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.