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

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

Inheritance diagram for td::td_api::addLocalMessage:
td::td_api::Function td::TlObject

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< InputMessageReplyTo > &&reply_to_, bool disable_notification_, object_ptr< InputMessageContent > &&input_message_content_)
 
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; channel direct messages chats aren&#x27;t supported.
 
object_ptr< MessageSendersender_id_
 Identifier of the sender of the message.
 
object_ptr< InputMessageReplyToreply_to_
 Information about the message or story to be replied; 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 = -166217823
 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>.

Definition at line 88274 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 88319 of file td_api.h.

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< InputMessageReplyTo > &&  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; channel direct messages chats aren&#x27;t supported.
[in]sender_id_Identifier of the sender of the message.
[in]reply_to_Information about the message or story to be replied; 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

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

Member Data Documentation

◆ chat_id_

int53 td::td_api::addLocalMessage::chat_id_

Target chat; channel direct messages chats aren&#x27;t supported.

Definition at line 88285 of file td_api.h.

◆ disable_notification_

bool td::td_api::addLocalMessage::disable_notification_

Pass true to disable notification for the message.

Definition at line 88291 of file td_api.h.

◆ ID

const std::int32_t td::td_api::addLocalMessage::ID = -166217823
static

Identifier uniquely determining a type of the object.

Definition at line 88316 of file td_api.h.

◆ input_message_content_

object_ptr<InputMessageContent> td::td_api::addLocalMessage::input_message_content_

The content of the message to be added.

Definition at line 88293 of file td_api.h.

◆ reply_to_

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

Information about the message or story to be replied; pass null if none.

Definition at line 88289 of file td_api.h.

◆ sender_id_

object_ptr<MessageSender> td::td_api::addLocalMessage::sender_id_

Identifier of the sender of the message.

Definition at line 88287 of file td_api.h.


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