1023 B
1023 B
title | description | image |
---|---|---|
inputBotInlineMessageID | Represents a sent inline message from the perspective of a bot | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputBotInlineMessageID
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 |
id | long | Yes | ID of message |
access_hash | long | Yes | Access hash of message |
Type: InputBotInlineMessageID
Example:
$inputBotInlineMessageID = ['_' => 'inputBotInlineMessageID', 'dc_id' => int, 'id' => long, 'access_hash' => long];
Or, if you're into Lua:
inputBotInlineMessageID={_='inputBotInlineMessageID', dc_id=int, id=long, access_hash=long}