Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionUserInvited

    A user was invited to the channel

    interface ChatActionUserInvited {
        member: ChatMember;
        type: "user_invited";
    }
    Index

    Properties

    Properties

    member: ChatMember

    Member who has been invited

    type: "user_invited"