Table of Contents

Class GuildRoleUpdateBulkGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll

Gateway data for GUILD_ROLE_UPDATE_BULK event when multiple guild roles are updated.

public class GuildRoleUpdateBulkGatewayData
Inheritance
object
GuildRoleUpdateBulkGatewayData

Properties

GuildId

[JsonProperty("guild_id")]
public ulong GuildId { get; set; }

Property Value

ulong

Roles

[JsonProperty("roles")]
public List<RoleJson> Roles { get; set; }

Property Value

List<RoleJson>