mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
539 B
539 B
title | description |
---|---|
messageEntityUnknown | messageEntityUnknown attributes, type and example |
Constructor: messageEntityUnknown
Attributes:
Name | Type | Required |
---|---|---|
offset | int | Required |
length | int | Required |
Type: MessageEntity
Example:
$messageEntityUnknown = ['_' => 'messageEntityUnknown', 'offset' => int, 'length' => int, ];