Table of Contents

Class GuildBanEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class GuildBanEventArgs : IJsonModel<JsonGuildBanEventArgs>
Inheritance
GuildBanEventArgs
Implements
Inherited Members

Constructors

GuildBanEventArgs(JsonGuildBanEventArgs, RestClient)

public GuildBanEventArgs(JsonGuildBanEventArgs jsonModel, RestClient client)

Parameters

jsonModel JsonGuildBanEventArgs
client RestClient

Properties

GuildId

public ulong GuildId { get; }

Property Value

ulong

User

public User User { get; }

Property Value

User