Table of Contents

Class JsonGuildBanEventArgs

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

Constructors

JsonGuildBanEventArgs()

public JsonGuildBanEventArgs()

Properties

GuildId

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

Property Value

ulong

User

[JsonPropertyName("user")]
public JsonUser User { get; set; }

Property Value

JsonUser