Documentation - v0.31.0
    Preparing search index...

    Interface ActionChangeCommunity

    Community linked to the chat was changed

    interface ActionChangeCommunity {
        community: Chat | null;
        type: "change_community";
    }
    Index

    Properties

    Properties

    community: Chat | null

    The new community, or null if the chat was unlinked from a community

    type: "change_community"