Class GuildJoinRequestDeleteEventArgs
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
JoinRequestId
public ulong JoinRequestId { get; }
Property Value
UserId
public ulong UserId { get; }