telegram.SentWebAppMessage¶
-
class
telegram.SentWebAppMessage(inline_message_id=None, **_kwargs)¶ Bases:
telegram.base.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.New in version 13.12.
- 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¶ Optional. Identifier of the sent inline message. Available only if there is an
inline keyboardattached to the message.- Type
str