Table of Contents

Class GuildCreateEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class GuildCreateEventArgs
Inheritance
GuildCreateEventArgs
Inherited Members

Constructors

GuildCreateEventArgs(ulong, Guild?)

public GuildCreateEventArgs(ulong guildId, Guild? guild)

Parameters

guildId ulong
guild Guild

Properties

Guild

public Guild? Guild { get; }

Property Value

Guild

GuildId

public ulong GuildId { get; }

Property Value

ulong