Table of Contents

Class GuildRoleGatewayData

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

Gateway data for GUILD_ROLE_CREATE and GUILD_ROLE_UPDATE events

public class GuildRoleGatewayData
Inheritance
object
GuildRoleGatewayData

Properties

GuildId

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

Property Value

ulong

Role

[JsonProperty("role")]
public RoleJson Role { get; set; }

Property Value

RoleJson