#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| object_ptr< formattedText > | text_ |
| | Text of the quote; 0-getOption("message_reply_quote_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities are allowed to be kept and must be kept in the quote.
|
| |
| int32 | position_ |
| | Quote position in the original message in UTF-16 code units.
|
| |
|
| static const std::int32_t | ID = -1219859172 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes manually chosen quote from another message.
Definition at line 32133 of file td_api.h.
◆ inputTextQuote() [1/2]
| td::td_api::inputTextQuote::inputTextQuote |
( |
| ) |
|
Describes manually chosen quote from another message.
◆ inputTextQuote() [2/2]
Describes manually chosen quote from another message.
- Parameters
-
| [in] | text_ | Text of the quote; 0-getOption("message_reply_quote_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities are allowed to be kept and must be kept in the quote. |
| [in] | position_ | Quote position in the original message in UTF-16 code units. |
◆ store()
| void td::td_api::inputTextQuote::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::inputTextQuote::ID = -1219859172 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 32162 of file td_api.h.
◆ position_
| int32 td::td_api::inputTextQuote::position_ |
Quote position in the original message in UTF-16 code units.
Definition at line 32146 of file td_api.h.
◆ text_
Text of the quote; 0-getOption("message_reply_quote_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities are allowed to be kept and must be kept in the quote.
Definition at line 32144 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h