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::draftMessage Class Referencefinal

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

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

Public Member Functions

 draftMessage ()
 
 draftMessage (object_ptr< InputMessageReplyTo > &&reply_to_, int32 date_, object_ptr< InputMessageContent > &&input_message_text_, int64 effect_id_, object_ptr< inputSuggestedPostInfo > &&suggested_post_info_)
 
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< InputMessageReplyToreply_to_
 Information about the message to be replied; inputMessageReplyToStory is unsupported; may be null if none.
 
int32 date_
 Point in time (Unix timestamp) when the draft was created.
 
object_ptr< InputMessageContentinput_message_text_
 Content of the message draft; must be of the type inputMessageText, inputMessageVideoNote, or inputMessageVoiceNote.
 
int64 effect_id_
 Identifier of the effect to apply to the message when it is sent; 0 if none.
 
object_ptr< inputSuggestedPostInfosuggested_post_info_
 Information about the suggested post; may be null if none.
 

Static Public Attributes

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

Detailed Description

Contains information about a message draft.

Definition at line 19301 of file td_api.h.

Constructor & Destructor Documentation

◆ draftMessage() [1/2]

td::td_api::draftMessage::draftMessage ( )

Contains information about a message draft.

◆ draftMessage() [2/2]

td::td_api::draftMessage::draftMessage ( object_ptr< InputMessageReplyTo > &&  reply_to_,
int32  date_,
object_ptr< InputMessageContent > &&  input_message_text_,
int64  effect_id_,
object_ptr< inputSuggestedPostInfo > &&  suggested_post_info_ 
)

Contains information about a message draft.

Parameters
[in]reply_to_Information about the message to be replied; inputMessageReplyToStory is unsupported; may be null if none.
[in]date_Point in time (Unix timestamp) when the draft was created.
[in]input_message_text_Content of the message draft; must be of the type inputMessageText, inputMessageVideoNote, or inputMessageVoiceNote.
[in]effect_id_Identifier of the effect to apply to the message when it is sent; 0 if none.
[in]suggested_post_info_Information about the suggested post; may be null if none.

Member Function Documentation

◆ store()

void td::td_api::draftMessage::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

◆ date_

int32 td::td_api::draftMessage::date_

Point in time (Unix timestamp) when the draft was created.

Definition at line 19314 of file td_api.h.

◆ effect_id_

int64 td::td_api::draftMessage::effect_id_

Identifier of the effect to apply to the message when it is sent; 0 if none.

Definition at line 19318 of file td_api.h.

◆ ID

const std::int32_t td::td_api::draftMessage::ID = -1165040650
static

Identifier uniquely determining a type of the object.

Definition at line 19339 of file td_api.h.

◆ input_message_text_

object_ptr<InputMessageContent> td::td_api::draftMessage::input_message_text_

Content of the message draft; must be of the type inputMessageText, inputMessageVideoNote, or inputMessageVoiceNote.

Definition at line 19316 of file td_api.h.

◆ reply_to_

object_ptr<InputMessageReplyTo> td::td_api::draftMessage::reply_to_

Information about the message to be replied; inputMessageReplyToStory is unsupported; may be null if none.

Definition at line 19312 of file td_api.h.

◆ suggested_post_info_

object_ptr<inputSuggestedPostInfo> td::td_api::draftMessage::suggested_post_info_

Information about the suggested post; may be null if none.

Definition at line 19320 of file td_api.h.


The documentation for this class was generated from the following file: