Table of Contents

Class JsonWebhooksUpdateEventArgs

Namespace
NetCord.Gateway.JsonModels.EventArgs
Assembly
NetCord.dll
public class JsonWebhooksUpdateEventArgs
Inheritance
JsonWebhooksUpdateEventArgs
Inherited Members

Constructors

JsonWebhooksUpdateEventArgs()

public JsonWebhooksUpdateEventArgs()

Properties

ChannelId

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

Property Value

ulong

GuildId

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

Property Value

ulong