Inherits ChatEventAction.
A new member was accepted to the chat by an administrator.
Public Fields | |
int53 | approver_user_id_ |
User identifier of the chat administrator, approved user join request. | |
object_ptr< chatInviteLink > | invite_link_ |
Invite link used to join the chat; may be null. | |
Public Instance Methods | |
chatEventMemberJoinedByRequest () | |
chatEventMemberJoinedByRequest (int53 approver_user_id_, object_ptr< chatInviteLink > &&invite_link_) | |
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 | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1647804865 |
Identifier uniquely determining a type of the object. | |
A new member was accepted to the chat by an administrator.
chatEventMemberJoinedByRequest | ( | int53 | approver_user_id_, |
object_ptr< chatInviteLink > && | invite_link_ | ||
) |
A new member was accepted to the chat by an administrator.
[in] | approver_user_id_ | User identifier of the chat administrator, approved user join request. |
[in] | invite_link_ | Invite link used to join the chat; may be null. |
|
finalvirtual |