View Source ExTDLib.Object.InputTextQuote (ExTDLib v0.0.4)
Describes manually chosen quote from another message.
| Name | Type | Description |
|---|---|---|
| text | formattedText | Text of the quote; 0-getOption("message_reply_quote_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, and CustomEmoji entities are allowed to be kept and must be kept in the quote. |
| position | number | Quote position in the original message in UTF-16 code units. |
More details on telegram's documentation.