messageEntityBlockquote
Message entity representing a block quote.
type tg.MessageEntityBlockquote struct { /* ... */ }
Implements MessageEntity.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Collapsed | bool | — | Whether the quote is collapsed by default. |
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) |
References
- Official documentation
- Generated Go reference
- TL definition:
messageEntityBlockquote#f1ccaaac