mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:57:48 +01:00
529 B
529 B
title | description |
---|---|
messageEntityEmail | messageEntityEmail attributes, type and example |
Constructor: messageEntityEmail
Attributes:
Name | Type | Required |
---|---|---|
offset | int | Required |
length | int | Required |
Type: MessageEntity
Example:
$messageEntityEmail = ['_' => 'messageEntityEmail', 'offset' => int, 'length' => int, ];