mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:07:50 +01:00
20 lines
491 B
Markdown
20 lines
491 B
Markdown
## Constructor: inputBotInlineMessageID
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|dc\_id|[int](../types/int.md) | Required|
|
|
|id|[long](../types/long.md) | Required|
|
|
|access\_hash|[long](../types/long.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputBotInlineMessageID](../types/InputBotInlineMessageID.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputBotInlineMessageID = ['_' => inputBotInlineMessageID', 'dc_id' => int, 'id' => long, 'access_hash' => long, ];
|
|
``` |