TDLib
Loading...
Searching...
No Matches
td::td_api::addLocalMessage Class Referencefinal

Inherits td::td_api::Function.

Public Types

using ReturnType = object_ptr< message >
 Typedef for the type returned by the function.
 

Public Member Functions

 addLocalMessage ()
 
 addLocalMessage (int53 chat_id_, object_ptr< MessageSender > &&sender_id_, object_ptr< MessageReplyTo > &&reply_to_, bool disable_notification_, object_ptr< InputMessageContent > &&input_message_content_)
 
std::int32_t get_id () const final
 
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

int53 chat_id_
 Target chat.
 
object_ptr< MessageSendersender_id_
 Identifier of the sender of the message.
 
object_ptr< MessageReplyToreply_to_
 Identifier of the replied message or story; pass null if none.
 
bool disable_notification_
 Pass true to disable notification for the message.
 
object_ptr< InputMessageContentinput_message_content_
 The content of the message to be added.
 

Static Public Attributes

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

Detailed Description

Adds a local message to a chat. The message is persistent across application restarts only if the message database is used. Returns the added message.

Returns object_ptr<Message>.

Constructor & Destructor Documentation

◆ addLocalMessage() [1/2]

td::td_api::addLocalMessage::addLocalMessage ( )

Default constructor for a function, which adds a local message to a chat. The message is persistent across application restarts only if the message database is used. Returns the added message.

Returns object_ptr<Message>.

◆ addLocalMessage() [2/2]

td::td_api::addLocalMessage::addLocalMessage ( int53  chat_id_,
object_ptr< MessageSender > &&  sender_id_,
object_ptr< MessageReplyTo > &&  reply_to_,
bool  disable_notification_,
object_ptr< InputMessageContent > &&  input_message_content_ 
)

Creates a function, which adds a local message to a chat. The message is persistent across application restarts only if the message database is used. Returns the added message.

Returns object_ptr<Message>.

Parameters
[in]chat_id_Target chat.
[in]sender_id_Identifier of the sender of the message.
[in]reply_to_Identifier of the replied message or story; pass null if none.
[in]disable_notification_Pass true to disable notification for the message.
[in]input_message_content_The content of the message to be added.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::addLocalMessage::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ store()

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


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