telegram.SentWebAppMessage

class telegram.SentWebAppMessage(*args, **kwargs)[source]

Bases: telegram.TelegramObject

Contains 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_id are equal.

New in version 20.0.

Parameters

inline_message_id (str, optional) – Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.

inline_message_id[source]

Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.

Type

str