InteractiveMessageSuggestion
Defined in: src/types/options/index.ts:82
external data source in attachments
Extends
Indexable
[key: string]: any
Properties
action_ts
action_ts: string;
Defined in: src/types/options/index.ts:87
attachment_id
attachment_id: string;
Defined in: src/types/options/index.ts:89
callback_id
callback_id: string;
Defined in: src/types/options/index.ts:86
channel?
optional channel?: object;
Defined in: src/types/options/index.ts:97
id
id: string;
name
name: string;
enterprise?
optional enterprise?: object;
Defined in: src/types/options/index.ts:109
id
id: string;
name
name: string;
is_enterprise_install?
optional is_enterprise_install?: boolean;
Defined in: src/types/options/index.ts:108
message_ts
message_ts: string;
Defined in: src/types/options/index.ts:88
name
name: string;
Defined in: src/types/options/index.ts:84
team
team:
| {
domain: string;
enterprise_id?: string;
enterprise_name?: string;
id: string;
}
| null;
Defined in: src/types/options/index.ts:91
token
token: string;
Defined in: src/types/options/index.ts:106
type
type: "interactive_message";
Defined in: src/types/options/index.ts:83
user
user: object;
Defined in: src/types/options/index.ts:101
id
id: string;
name
name: string;
team_id?
optional team_id?: string;
value
value: string;
Defined in: src/types/options/index.ts:85