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