Table of Contents

Class WebhooksUpdateGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll
public class WebhooksUpdateGatewayData
Inheritance
object
WebhooksUpdateGatewayData

Properties

ChannelId

[JsonProperty("channel_id")]
public ulong ChannelId { get; set; }

Property Value

ulong

GuildId

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

Property Value

ulong