MadelineProto/old_docs/API_docs_v38/constructors/messageEntityBotCommand.md
2017-07-23 16:11:02 +02:00

797 B

title description
messageEntityBotCommand messageEntityBotCommand attributes, type and example

Constructor: messageEntityBotCommand

Back to constructors index

Attributes:

Name Type Required
offset int Yes
length int Yes

Type: MessageEntity

Example:

$messageEntityBotCommand = ['_' => 'messageEntityBotCommand', 'offset' => int, 'length' => int, ];

PWRTelegram json-encoded version:

{"_":"messageEntityBotCommand","offset":"int","length":"int"}

Or, if you're into Lua:

messageEntityBotCommand={_='messageEntityBotCommand', offset=int, length=int, }