Documentation - v0.27.1
    Preparing search index...

    Interface ActionUserRemoved

    User was removed from the group

    interface ActionUserRemoved {
        type: "user_removed";
        user: number;
    }
    Index

    Properties

    Properties

    type: "user_removed"
    user: number

    ID of the user that was removed from the group