1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 08:47:50 +01:00
MadelineProto/docs/API_docs/constructors/inputBotInlineMessageID.md

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, ];