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

Public Fields

int53 chat_id_
 Chat identifier.
 
array< int53message_ids_
 Identifiers of reported messages, if any.
 
object_ptr< ChatReportReasonreason_
 The reason for reporting the chat.
 
string text_
 Additional report details; 0-1024 characters.
 

Public Types

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

Public Instance Methods

 reportChat ()
 
 reportChat (int53 chat_id_, array< int53 > &&message_ids_, object_ptr< ChatReportReason > &&reason_, string const &text_)
 
std::int32_t get_id () const final
 
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 = -964543587
 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<Ok>.

◆ reportChat() [2/2]

reportChat ( int53  chat_id_,
array< int53 > &&  message_ids_,
object_ptr< ChatReportReason > &&  reason_,
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<Ok>.

Parameters
[in]chat_id_Chat identifier.
[in]message_ids_Identifiers of reported messages, if any.
[in]reason_The reason for reporting the chat.
[in]text_Additional report details; 0-1024 characters.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

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