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

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

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

Public Types

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

Public Member Functions

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

Static Public Attributes

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

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

Definition at line 121821 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 121863 of file td_api.h.

Constructor & Destructor Documentation

◆ reportChat() [1/2]

td::td_api::reportChat::reportChat ( )

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]

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

Member Function Documentation

◆ store()

void td::td_api::reportChat::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::reportChat::chat_id_

Chat identifier.

Definition at line 121832 of file td_api.h.

◆ ID

const std::int32_t td::td_api::reportChat::ID = 1058475058
static

Identifier uniquely determining a type of the object.

Definition at line 121860 of file td_api.h.

◆ message_ids_

array<int53> td::td_api::reportChat::message_ids_

Identifiers of reported messages. Use messageProperties.can_report_chat to check whether the message can be reported.

Definition at line 121836 of file td_api.h.

◆ option_id_

bytes td::td_api::reportChat::option_id_

Option identifier chosen by the user; leave empty for the initial request.

Definition at line 121834 of file td_api.h.

◆ text_

string td::td_api::reportChat::text_

Additional report details if asked by the server; 0-1024 characters; leave empty for the initial request.

Definition at line 121838 of file td_api.h.


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