InputBotInlineMessageID#

class pyrogram.raw.base.InputBotInlineMessageID#

Represents a sent inline message from the perspective of a bot

Constructors:

This base type has 2 constructors available.

InputBotInlineMessageID

Represents a sent inline message from the perspective of a bot (legacy constructor)

InputBotInlineMessageID64

Represents a sent inline message from the perspective of a bot

Functions:

This object can be returned by 1 function.

messages.SetBotGuestChatResult

Bots may use this method to answer a guest mode query received via an updateBotGuestChatQuery update, providing the message to post into the chat as a guest, see here for more info.