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

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

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

Public Member Functions

 failedToAddMember ()
 
 failedToAddMember (int53 user_id_, bool premium_would_allow_invite_, bool premium_required_to_send_messages_)
 
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.
 
bool premium_would_allow_invite_
 True, if subscription to Telegram Premium would have allowed to add the user to the chat.
 
bool premium_required_to_send_messages_
 True, if subscription to Telegram Premium is required to send the user chat invite link.
 

Static Public Attributes

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

Detailed Description

Contains information about a user who has failed to be added to a chat.

Definition at line 20565 of file td_api.h.

Constructor & Destructor Documentation

◆ failedToAddMember() [1/2]

td::td_api::failedToAddMember::failedToAddMember ( )

Contains information about a user who has failed to be added to a chat.

◆ failedToAddMember() [2/2]

td::td_api::failedToAddMember::failedToAddMember ( int53  user_id_,
bool  premium_would_allow_invite_,
bool  premium_required_to_send_messages_ 
)

Contains information about a user who has failed to be added to a chat.

Parameters
[in]user_id_User identifier.
[in]premium_would_allow_invite_True, if subscription to Telegram Premium would have allowed to add the user to the chat.
[in]premium_required_to_send_messages_True, if subscription to Telegram Premium is required to send the user chat invite link.

Member Function Documentation

◆ store()

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

◆ ID

const std::int32_t td::td_api::failedToAddMember::ID = -282891070
static

Identifier uniquely determining a type of the object.

Definition at line 20597 of file td_api.h.

◆ premium_required_to_send_messages_

bool td::td_api::failedToAddMember::premium_required_to_send_messages_

True, if subscription to Telegram Premium is required to send the user chat invite link.

Definition at line 20580 of file td_api.h.

◆ premium_would_allow_invite_

bool td::td_api::failedToAddMember::premium_would_allow_invite_

True, if subscription to Telegram Premium would have allowed to add the user to the chat.

Definition at line 20578 of file td_api.h.

◆ user_id_

int53 td::td_api::failedToAddMember::user_id_

User identifier.

Definition at line 20576 of file td_api.h.


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