922 B
922 B
title | description | image |
---|---|---|
messageEntityBotCommand | Message entity representing a bot /command | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageEntityBotCommand
Message entity representing a bot /command
Attributes:
Name | Type | Required | Description |
---|---|---|---|
offset | int | Yes | Offset of message entity within message (in UTF-8 codepoints) |
length | int | Yes | Length of message entity within message (in UTF-8 codepoints) |
Type: MessageEntity
Example:
$messageEntityBotCommand = ['_' => 'messageEntityBotCommand', 'offset' => int, 'length' => int];
Or, if you're into Lua:
messageEntityBotCommand={_='messageEntityBotCommand', offset=int, length=int}