Link Search Menu Expand Document

Constructor: messageEntityBlockquote_101

Back to constructors index

Message entity representing a block quote.

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:

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