Interface ActionUserRemoved

User was removed from the group

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

Properties

Properties

type: "user_removed"
user: number

ID of the user that was removed from the group