Skip to main content

Interface: AppRequestedEvent

Properties

app_request

app_request: object;

app

app: object;

app.additional_info

additional_info: string;

app.app_directory_url

app_directory_url: string;

app.app_homepage_url

app_homepage_url: string;

app.description

description: string;

app.help_url

help_url: string;

app.icons?

optional icons: object;

app.icons.image_1024?

optional image_1024: string;

app.icons.image_128?

optional image_128: string;

app.icons.image_192?

optional image_192: string;

app.icons.image_32?

optional image_32: string;

app.icons.image_36?

optional image_36: string;

app.icons.image_48?

optional image_48: string;

app.icons.image_512?

optional image_512: string;

app.icons.image_64?

optional image_64: string;

app.icons.image_72?

optional image_72: string;

app.icons.image_96?

optional image_96: string;

app.icons.image_original?

optional image_original: string;

app.id

id: string;

app.is_app_directory_approved

is_app_directory_approved: boolean;

app.is_granular_bot_app

is_granular_bot_app: boolean;

app.is_internal

is_internal: boolean;

app.name

name: string;

app.privacy_policy_url

privacy_policy_url: string;

id

id: string;

Defined in

events/app.ts:8


date_created

date_created: number;

Defined in

events/app.ts:64


is_user_app_collaborator

is_user_app_collaborator: boolean;

Defined in

events/app.ts:46


message

message: string;

Defined in

events/app.ts:63


previous_resolution

previous_resolution: null | object;

Defined in

events/app.ts:37


scopes

scopes: object;

description

description: string;

is_dangerous

is_dangerous: boolean;

name

name: string;

token_type

token_type: null | "bot" | "user" | "app";

Defined in

events/app.ts:57


team

team: object;

domain

domain: string;

id

id: string;

name

name: string;

Defined in

events/app.ts:52


type

type: "app_requested";

Defined in

events/app.ts:7


user

user: object;

email

email: string;

id

id: string;

name

name: string;

Defined in

events/app.ts:47