Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionUserJoinedInvite

    A user has joined the channel using an invite link

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

    Properties

    Properties

    Invite link user to join

    type: "user_joined_invite"