interface GatewayGuildRoleModifyDispatchData {
    guild_id: string;
    role: APIRole;
}

Properties

Properties

guild_id: string

The id of the guild

role: APIRole

The role created or updated