Link Search Menu Expand Document

Constructor: inputBotInlineMessageID64

Back to constructors index

Represents a sent inline message from the perspective of a bot

Attributes:

NameTypeRequiredDescription
dc_idintYesDC ID to use when working with this inline message
owner_idlongYesID of the owner of this message
idintYesID of message
access_hashlongYesAccess hash of message

Type: InputBotInlineMessageID

Example:

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