Constructor: messageEntityEmail
Message entity representing an email@example.com.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
offset | int | Yes | Offset of message entity within message (in UTF-16 code units) |
length | int | Yes | Length of message entity within message (in UTF-16 code units) |
Type: MessageEntity
Example:
$messageEntityEmail = ['_' => 'messageEntityEmail', 'offset' => int, 'length' => int];