Skip to main content

inputBotInlineMessageID

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

type tg.InputBotInlineMessageID struct { /* ... */ }

Implements InputBotInlineMessageID.

Fields

NameTypeRequiredDescription
DCIDintyesDC ID to use when working with this inline message
IDint64yesID of message, contains both the (32-bit, legacy) owner ID and the message ID, used only for Bot API backwards compatibility with 32-bit user ID.
AccessHashint64yesAccess hash of message

References