Inherits ChatEventAction.
A new member joined the chat via an invite link.
Public Fields | |
object_ptr< chatInviteLink > | invite_link_ |
Invite link used to join the chat. | |
bool | via_chat_folder_invite_link_ |
True, if the user has joined the chat using an invite link for a chat folder. | |
Public Instance Methods | |
chatEventMemberJoinedByInviteLink () | |
chatEventMemberJoinedByInviteLink (object_ptr< chatInviteLink > &&invite_link_, bool via_chat_folder_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 = -1445536390 |
Identifier uniquely determining a type of the object. | |
A new member joined the chat via an invite link.
chatEventMemberJoinedByInviteLink | ( | object_ptr< chatInviteLink > && | invite_link_, |
bool | via_chat_folder_invite_link_ | ||
) |
A new member joined the chat via an invite link.
[in] | invite_link_ | Invite link used to join the chat. |
[in] | via_chat_folder_invite_link_ | True, if the user has joined the chat using an invite link for a chat folder. |
|
finalvirtual |