---
title: messageEntityBotCommand
description: messageEntityBotCommand attributes, type and example
---
## Constructor: messageEntityBotCommand  
[Back to constructors index](index.md)



### 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, ];
```