Skip to main content

@slack/types / AppRequestedEvent

Interface: AppRequestedEvent

Defined in: events/app.ts:6

Properties​

app_request​

app_request: object;

Defined in: events/app.ts:8

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;

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:
| {
scopes: {
description: string;
is_dangerous: boolean;
name: string;
token_type: "user" | "bot" | "app" | null;
};
status: "approved" | "restricted";
}
| null;

Defined in: events/app.ts:37


scopes​

scopes: object;

Defined in: events/app.ts:57

description​

description: string;

is_dangerous​

is_dangerous: boolean;

name​

name: string;

token_type​

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

team​

team: object;

Defined in: events/app.ts:52

domain​

domain: string;

id​

id: string;

name​

name: string;

type​

type: "app_requested";

Defined in: events/app.ts:7


user​

user: object;

Defined in: events/app.ts:47

email​

email: string;

id​

id: string;

name​

name: string;