Table of Contents

Class GuildRoleDeleteGatewayData

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

Gateway data for GUILD_ROLE_DELETE event

public class GuildRoleDeleteGatewayData
Inheritance
object
GuildRoleDeleteGatewayData

Properties

GuildId

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

Property Value

ulong

RoleId

[JsonProperty("role_id")]
public ulong RoleId { get; set; }

Property Value

ulong