mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
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
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];