interface GatewayGuildRoleDeleteDispatchData {
    guild_id: string;
    role_id: string;
}

Properties

Properties

guild_id: string

The id of the guild

role_id: string

The id of the role