Interface ChatActionUserJoinedInvite

A user has joined the channel using an invite link

interface ChatActionUserJoinedInvite {
    link: ChatInviteLink;
    type: "user_joined_invite";
}

Properties

Properties

Invite link user to join

type: "user_joined_invite"