Class GuildIntegrationDeleteEventArgs
public class GuildIntegrationDeleteEventArgs : IJsonModel<JsonGuildIntegrationDeleteEventArgs>
- Inheritance
-
GuildIntegrationDeleteEventArgs
- Implements
- Inherited Members
Constructors
GuildIntegrationDeleteEventArgs(JsonGuildIntegrationDeleteEventArgs)
public GuildIntegrationDeleteEventArgs(JsonGuildIntegrationDeleteEventArgs jsonModel)
Parameters
jsonModel
JsonGuildIntegrationDeleteEventArgs
Properties
ApplicationId
public ulong? ApplicationId { get; }
Property Value
GuildId
public ulong GuildId { get; }
Property Value
IntegrationId
public ulong IntegrationId { get; }