InputBotInlineMessageID64¶
- class pyrogram.raw.types.InputBotInlineMessageID64[source]¶
Represents a sent inline message from the perspective of a bot
Constructor of
InputBotInlineMessageID.- Details:
Layer:
229ID:
B6D915D7
- Parameters:
dc_id (
int32-bit) – DC ID to use when working with this inline messageowner_id (
int64-bit) – ID of the owner of this messageid (
int32-bit) – ID of messageaccess_hash (
int64-bit) – Access hash of message
- Functions:
This object can be returned by 1 function.
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.