tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::inputTextQuote Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::inputTextQuote:
td::td_api::Object td::TlObject

Public Member Functions

 inputTextQuote ()
 
 inputTextQuote (object_ptr< formattedText > &&text_, int32 position_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

object_ptr< formattedTexttext_
 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 Public Attributes

static const std::int32_t ID = -1219859172
 Identifier uniquely determining a type of the object.
 

Detailed Description

Describes manually chosen quote from another message.

Definition at line 32133 of file td_api.h.

Constructor & Destructor Documentation

◆ inputTextQuote() [1/2]

td::td_api::inputTextQuote::inputTextQuote ( )

Describes manually chosen quote from another message.

◆ inputTextQuote() [2/2]

td::td_api::inputTextQuote::inputTextQuote ( object_ptr< formattedText > &&  text_,
int32  position_ 
)

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.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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_

object_ptr<formattedText> td::td_api::inputTextQuote::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: