Documentation - v0.32.0
    Preparing search index...

    Interface ActionUserJoinedViaCommunity

    User has joined the group because they are a member of a community

    interface ActionUserJoinedViaCommunity {
        community: Chat;
        type: "user_joined_community";
    }
    Index

    Properties

    Properties

    community: Chat

    Community the user has joined via

    type: "user_joined_community"