Discord Eraser Bot

ApplicationAuthorizedWebhookEventData
in package

Read onlyYes
FinalYes
Tags
see
https://discord.com/developers/docs/events/webhook-events#application-authorized-application-authorized-structure

Table of Contents

Properties

$guild  : Guild|null
$integration_type  : int|null
$scopes  : array<string|int, mixed>
$user  : User

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(User $user, array<string|int, string> $scopes[, int|null $integration_type = null ][, Guild|null $guild = null ]) : mixed
Parameters
$user : User

User who authorized the app.

$scopes : array<string|int, string>

List of scopes the user authorized.

$integration_type : int|null = null

Installation context for the authorization. Either guild (0) if installed to a server or user (1) if installed to a user's account.

$guild : Guild|null = null

Server which app was authorized for (when integration type is 0).


        
On this page

Search results