GlobalShortcut
Defined in: src/types/shortcuts/global-shortcut.ts:7
A Slack global shortcut wrapped in the standard metadata.
This describes the entire JSON-encoded body of a request from Slack global shortcuts.
Properties
action_ts
action_ts: string;
Defined in: src/types/shortcuts/global-shortcut.ts:24
callback_id
callback_id: string;
Defined in: src/types/shortcuts/global-shortcut.ts:9
enterprise?
optional enterprise?: object;
Defined in: src/types/shortcuts/global-shortcut.ts:28
id
id: string;
name
name: string;
is_enterprise_install?
optional is_enterprise_install?: boolean;
Defined in: src/types/shortcuts/global-shortcut.ts:27
team
team:
| {
domain: string;
enterprise_id?: string;
enterprise_name?: string;
id: string;
}
| null;
Defined in: src/types/shortcuts/global-shortcut.ts:17
token
token: string;
Defined in: src/types/shortcuts/global-shortcut.ts:23
trigger_id
trigger_id: string;
Defined in: src/types/shortcuts/global-shortcut.ts:10
type
type: "shortcut";
Defined in: src/types/shortcuts/global-shortcut.ts:8
user
user: object;
Defined in: src/types/shortcuts/global-shortcut.ts:11
id
id: string;
team_id
team_id: string;
username
username: string;