663 B
663 B
title | description |
---|---|
messageEntityBotCommand | messageEntityBotCommand attributes, type and example |
Constructor: messageEntityBotCommand
Attributes:
Name | Type | Required |
---|---|---|
offset | int | Yes |
length | int | Yes |
Type: MessageEntity
Example:
$messageEntityBotCommand = ['_' => 'messageEntityBotCommand', 'offset' => int, 'length' => int, ];
Or, if you're into Lua:
messageEntityBotCommand={_='messageEntityBotCommand', offset=int, length=int, }