Class ApplicationAuthorizedWebhookEventArgs
public class ApplicationAuthorizedWebhookEventArgs : WebhookEventArgs, IWebhookEventArgs, IJsonModel<JsonWebhookEventArgs>
- Inheritance
-
ApplicationAuthorizedWebhookEventArgs
- Implements
- Inherited Members
Constructors
ApplicationAuthorizedWebhookEventArgs(JsonWebhookEventArgs, RestClient)
public ApplicationAuthorizedWebhookEventArgs(JsonWebhookEventArgs jsonModel, RestClient client)
Parameters
jsonModel
JsonWebhookEventArgsclient
RestClient
Properties
Guild
public RestGuild? Guild { get; }
Property Value
IntegrationType
public ApplicationIntegrationType? IntegrationType { get; }
Property Value
Scopes
public IReadOnlyList<string> Scopes { get; }
Property Value
User
public User User { get; }