mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 09:07:47 +01:00
571 B
571 B
title |
---|
inputBotInlineMessageID |
Constructor: inputBotInlineMessageID
Attributes:
Name | Type | Required |
---|---|---|
dc_id | int | Required |
id | long | Required |
access_hash | long | Required |
Type: InputBotInlineMessageID
Example:
$inputBotInlineMessageID = ['_' => inputBotInlineMessageID', 'dc_id' => int, 'id' => long, 'access_hash' => long, ];