SentGuestMessage¶
- class telegram.SentGuestMessage(inline_message_id, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectDescribes an inline message sent by a guest bot.
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 22.8.
- Parameters:
inline_message_id (
str) – Identifier of the sent inline message.