List of all members | Public Fields | Public Types | Public Instance Methods | Static Public Attributes
savePreparedInlineMessage Class Referencefinal

Inherits Function.

Description

Saves an inline message to be sent by the given user; for bots only.

Returns object_ptr<PreparedInlineMessageId>.

Public Fields

int53 user_id_
 Identifier of the user.
 
object_ptr< InputInlineQueryResultresult_
 The description of the message.
 
object_ptr< targetChatTypeschat_types_
 Types of the chats to which the message can be sent.
 

Public Types

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

Public Instance Methods

 savePreparedInlineMessage ()
 
 savePreparedInlineMessage (int53 user_id_, object_ptr< InputInlineQueryResult > &&result_, object_ptr< targetChatTypes > &&chat_types_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ savePreparedInlineMessage() [1/2]

Default constructor for a function, which saves an inline message to be sent by the given user; for bots only.

Returns object_ptr<PreparedInlineMessageId>.

◆ savePreparedInlineMessage() [2/2]

savePreparedInlineMessage ( int53  user_id_,
object_ptr< InputInlineQueryResult > &&  result_,
object_ptr< targetChatTypes > &&  chat_types_ 
)

Creates a function, which saves an inline message to be sent by the given user; for bots only.

Returns object_ptr<PreparedInlineMessageId>.

Parameters
[in]user_id_Identifier of the user.
[in]result_The description of the message.
[in]chat_types_Types of the chats to which the message can be sent.

Method Documentation

◆ store()

void 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 TlObject.


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