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

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

Inheritance diagram for td::td_api::chatAdministrator:
td::td_api::Object td::TlObject

Public Member Functions

 chatAdministrator ()
 
 chatAdministrator (int53 user_id_, string const &custom_title_, bool is_owner_, bool can_be_edited_)
 
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 user_id_
 User identifier of the administrator.
 
string custom_title_
 Custom title of the administrator.
 
bool is_owner_
 True, if the user is the owner of the chat.
 
bool can_be_edited_
 True, if the current user can edit the administrator privileges for the administrator.
 

Static Public Attributes

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

Detailed Description

Contains information about a chat administrator.

Definition at line 9620 of file td_api.h.

Constructor & Destructor Documentation

◆ chatAdministrator() [1/2]

td::td_api::chatAdministrator::chatAdministrator ( )

Contains information about a chat administrator.

◆ chatAdministrator() [2/2]

td::td_api::chatAdministrator::chatAdministrator ( int53  user_id_,
string const &  custom_title_,
bool  is_owner_,
bool  can_be_edited_ 
)

Contains information about a chat administrator.

Parameters
[in]user_id_User identifier of the administrator.
[in]custom_title_Custom title of the administrator.
[in]is_owner_True, if the user is the owner of the chat.
[in]can_be_edited_True, if the current user can edit the administrator privileges for the administrator.

Member Function Documentation

◆ store()

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

◆ can_be_edited_

bool td::td_api::chatAdministrator::can_be_edited_

True, if the current user can edit the administrator privileges for the administrator.

Definition at line 9637 of file td_api.h.

◆ custom_title_

string td::td_api::chatAdministrator::custom_title_

Custom title of the administrator.

Definition at line 9633 of file td_api.h.

◆ ID

const std::int32_t td::td_api::chatAdministrator::ID = 436066785
static

Identifier uniquely determining a type of the object.

Definition at line 9655 of file td_api.h.

◆ is_owner_

bool td::td_api::chatAdministrator::is_owner_

True, if the user is the owner of the chat.

Definition at line 9635 of file td_api.h.

◆ user_id_

int53 td::td_api::chatAdministrator::user_id_

User identifier of the administrator.

Definition at line 9631 of file td_api.h.


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