MadelineProto/docs/API_docs/constructors/messageEntityBotCommand.md

19 lines
403 B
Markdown
Raw Normal View History

## Constructor: messageEntityBotCommand
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|offset|[int](../types/int.md) | Required|
|length|[int](../types/int.md) | Required|
2016-12-19 20:56:05 +03:00
### Type: [MessageEntity](../types/MessageEntity.md)
### Example:
```
2016-12-19 19:48:27 +03:00
$messageEntityBotCommand = ['_' => messageEntityBotCommand', 'offset' => int, 'length' => int, ];
```