Link Search Menu Expand Document

Constructor: inputBotInlineMessageID

Back to constructors index

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

Attributes:

NameTypeRequiredDescription
dc_idintYesDC ID to use when working with this inline message
idlongYesID 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.
access_hashlongYesAccess hash of message

Type: InputBotInlineMessageID

Example:

$inputBotInlineMessageID = ['_' => 'inputBotInlineMessageID', 'dc_id' => int, 'id' => long, 'access_hash' => long];