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