Interface GatewayEvent_ServerMemberRemoved

interface GatewayEvent_ServerMemberRemoved {
    isBan?: boolean;
    isKick?: boolean;
    serverId: string;
    userId: string;
}

Properties

isBan?: boolean

If this member leaving was the result of a ban

isKick?: boolean

If this member leaving was the result of a kick

serverId: string

The ID of the server

userId: string

The ID of the user