MadelineProtoDocs/docs/API_docs/constructors/inputBotInlineMessageID64.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image
inputBotInlineMessageID64 Represents a sent inline message from the perspective of a bot true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputBotInlineMessageID64

Back to constructors index

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];