MadelineProto/docs/API_docs/constructors/messageEntityBotCommand.md
2016-12-19 20:35:27 +03:00

16 lines
400 B
Markdown

## Constructor: messageEntityBotCommand
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|offset|[int](../types/int.md) | Required|
|length|[int](../types/int.md) | Required|
### Type:
[MessageEntity](../types/MessageEntity.md)
### Example:
```
$messageEntityBotCommand = ['_' => messageEntityBotCommand', 'offset' => int, 'length' => int, ];
```