Link Search Menu Expand Document

Constructor: messageEntityEmail

Back to constructors index

Message entity representing an email@example.com.

Attributes:

NameTypeRequiredDescription
offsetintYesOffset of message entity within message (in UTF-16 code units)
lengthintYesLength of message entity within message (in UTF-16 code units)

Type: MessageEntity

Example:

$messageEntityEmail = ['_' => 'messageEntityEmail', 'offset' => int, 'length' => int];