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

Inherits Object.

Description

Describes a user or a chat as a member of another chat.

Public Fields

object_ptr< MessageSendermember_id_
 Identifier of the chat member. Currently, other chats can be only Left or Banned. Only supergroups and channels can have other chats as Left or Banned members and these chats must be supergroups or channels.
 
string tag_
 Tag of the chat member or its custom title if the member is an administrator of the chat; 0-16 characters without emoji; applicable to basic groups and supergroups only.
 
int53 inviter_user_id_
 Identifier of a user who invited/promoted/banned this member in the chat; 0 if unknown.
 
int32 joined_chat_date_
 Point in time (Unix timestamp) when the user joined/was promoted/was banned in the chat.
 
object_ptr< ChatMemberStatusstatus_
 Status of the member in the chat.
 

Public Instance Methods

 chatMember ()
 
 chatMember (object_ptr< MessageSender > &&member_id_, string const &tag_, int53 inviter_user_id_, int32 joined_chat_date_, object_ptr< ChatMemberStatus > &&status_)
 
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 = -1910810754
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ chatMember() [1/2]

Describes a user or a chat as a member of another chat.

◆ chatMember() [2/2]

chatMember ( object_ptr< MessageSender > &&  member_id_,
string const &  tag_,
int53  inviter_user_id_,
int32  joined_chat_date_,
object_ptr< ChatMemberStatus > &&  status_ 
)

Describes a user or a chat as a member of another chat.

Parameters
[in]member_id_Identifier of the chat member. Currently, other chats can be only Left or Banned. Only supergroups and channels can have other chats as Left or Banned members and these chats must be supergroups or channels.
[in]tag_Tag of the chat member or its custom title if the member is an administrator of the chat; 0-16 characters without emoji; applicable to basic groups and supergroups only.
[in]inviter_user_id_Identifier of a user who invited/promoted/banned this member in the chat; 0 if unknown.
[in]joined_chat_date_Point in time (Unix timestamp) when the user joined/was promoted/was banned in the chat.
[in]status_Status of the member in the chat.

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: