TextQuote
This object contains information about the quoted part of a message that is replied to by the given message.
fields
| field | type | required | description |
|---|---|---|---|
text | string | required | Text of the quoted part of a message that is replied to by the given message |
entities | MessageEntity[] | optional | Optional. Special entities that appear in the quote. Currently, only bold, italic, underline, strikethrough, spoiler, custom_emoji, and date_time entities are kept in quotes. |
position | number | required | Approximate quote position in the original message in UTF-16 code units as specified by the sender |
is_manual | boolean | optional | Optional. True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server. |
import
import type { TextQuote } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#textquote