mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
533 B
533 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, ];