2016-12-19 16:56:52 +01:00
|
|
|
## 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|
|
2016-12-19 18:35:27 +01:00
|
|
|
### Type:
|
2016-12-19 16:56:52 +01:00
|
|
|
|
2016-12-19 18:35:27 +01:00
|
|
|
[InputBotInlineMessageID](../types/InputBotInlineMessageID.md)
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$inputBotInlineMessageID = ['_' => inputBotInlineMessageID', 'dc_id' => int, 'id' => long, 'access_hash' => long, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|