29 lines
642 B
Markdown
29 lines
642 B
Markdown
---
|
|
title: inputBotInlineMessageID
|
|
description: inputBotInlineMessageID attributes, type and example
|
|
---
|
|
## Constructor: inputBotInlineMessageID
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### 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, ];
|
|
```
|
|
|