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

Inherits Function.

Description

Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported.

Returns object_ptr<ReportChatResult>.

Public Fields

int53 chat_id_
 Chat identifier.
 
bytes option_id_
 Option identifier chosen by the user; leave empty for the initial request.
 
array< int53message_ids_
 Identifiers of reported messages. Use messageProperties.can_report_chat to check whether the message can be reported.
 
string text_
 Additional report details if asked by the server; 0-1024 characters; leave empty for the initial request.
 

Public Types

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

Public Instance Methods

 reportChat ()
 
 reportChat (int53 chat_id_, bytes const &option_id_, array< int53 > &&message_ids_, string const &text_)
 
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 = 1058475058
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ reportChat() [1/2]

Default constructor for a function, which reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported.

Returns object_ptr<ReportChatResult>.

◆ reportChat() [2/2]

reportChat ( int53  chat_id_,
bytes const &  option_id_,
array< int53 > &&  message_ids_,
string const &  text_ 
)

Creates a function, which reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported.

Returns object_ptr<ReportChatResult>.

Parameters
[in]chat_id_Chat identifier.
[in]option_id_Option identifier chosen by the user; leave empty for the initial request.
[in]message_ids_Identifiers of reported messages. Use messageProperties.can_report_chat to check whether the message can be reported.
[in]text_Additional report details if asked by the server; 0-1024 characters; leave empty for the initial request.

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: