Interface GuildBanRemovePacket

Hierarchy

Properties

d op s t

Properties

d: {
    guild_id: string;
    user: RawUser;
}

Type declaration

s: number
t: "GUILD_BAN_REMOVE"