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 |
---|---|---|---|
inputBotInlineMessageID | Represents a sent inline message from the perspective of a bot (legacy constructor) | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputBotInlineMessageID
Represents a sent inline message from the perspective of a bot (legacy constructor)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
dc_id | int | Yes | DC ID to use when working with this inline message |
id | long | Yes | ID 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_hash | long | Yes | Access hash of message |
Type: InputBotInlineMessageID
Example:
$inputBotInlineMessageID = ['_' => 'inputBotInlineMessageID', 'dc_id' => int, 'id' => long, 'access_hash' => long];