Table of Contents

Class GuildJoinRequestDeleteEventArgs

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

Constructors

GuildJoinRequestDeleteEventArgs(JsonGuildJoinRequestDeleteEventArgs)

public GuildJoinRequestDeleteEventArgs(JsonGuildJoinRequestDeleteEventArgs jsonModel)

Parameters

jsonModel JsonGuildJoinRequestDeleteEventArgs

Properties

GuildId

public ulong GuildId { get; }

Property Value

ulong

JoinRequestId

public ulong JoinRequestId { get; }

Property Value

ulong

UserId

public ulong UserId { get; }

Property Value

ulong