Constructor: inputBotInlineMessageID64
Represents a sent inline message from the perspective of a bot
Attributes:
Name | Type | Required | Description |
---|---|---|---|
dc_id | int | Yes | DC ID to use when working with this inline message |
owner_id | long | Yes | ID of the owner of this message |
id | int | Yes | ID of message |
access_hash | long | Yes | Access hash of message |
Type: InputBotInlineMessageID
Example:
$inputBotInlineMessageID64 = ['_' => 'inputBotInlineMessageID64', 'dc_id' => int, 'owner_id' => long, 'id' => int, 'access_hash' => long];