Table of Contents

Class ApplicationAuthorizedWebhookEventArgs

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class ApplicationAuthorizedWebhookEventArgs : WebhookEventArgs, IWebhookEventArgs, IJsonModel<JsonWebhookEventArgs>
Inheritance
ApplicationAuthorizedWebhookEventArgs
Implements
Inherited Members

Constructors

ApplicationAuthorizedWebhookEventArgs(JsonWebhookEventArgs, RestClient)

public ApplicationAuthorizedWebhookEventArgs(JsonWebhookEventArgs jsonModel, RestClient client)

Parameters

jsonModel JsonWebhookEventArgs
client RestClient

Properties

Guild

public RestGuild? Guild { get; }

Property Value

RestGuild

IntegrationType

public ApplicationIntegrationType? IntegrationType { get; }

Property Value

ApplicationIntegrationType?

Scopes

public IReadOnlyList<string> Scopes { get; }

Property Value

IReadOnlyList<string>

User

public User User { get; }

Property Value

User