Constructor: messageEntityBlockquote_101
Message entity representing a block quote.
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:
$messageEntityBlockquote_101 = ['_' => 'messageEntityBlockquote', 'offset' => int, 'length' => int];