Interface ChatEventMemberJoinedByInviteLink

A new member joined the chat via an invite link. Subtype of ChatEventAction.

interface ChatEventMemberJoinedByInviteLink {
    @type: "chatEventMemberJoinedByInviteLink";
    invite_link: ChatInviteLink;
    via_chat_folder_invite_link?: boolean;
}

Properties

@type: "chatEventMemberJoinedByInviteLink"
invite_link: ChatInviteLink

Invite link used to join the chat.

via_chat_folder_invite_link?: boolean

True, if the user has joined the chat using an invite link for a chat folder.