SentWebAppMessage¶
- class telegram.SentWebAppMessage(inline_message_id=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectContains information about an inline message sent by a Web App on behalf of a user.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
inline_message_idare equal.Returned In
Added in version 20.0.
- Parameters:
inline_message_id (
str, optional) – Identifier of the sent inline message. Available only if there is aninline keyboardattached to the message.
- inline_message_id[source]¶
Optional. Identifier of the sent inline message. Available only if there is an
inline keyboardattached to the message.- Type:
str