Interface: IncomingWebhookSendArguments
Defined in: IncomingWebhook.ts:111
Extends
Properties
agent?
optional agent: any;
Defined in: IncomingWebhook.ts:107
Inherited from
IncomingWebhookDefaultArguments
.agent
attachments?
optional attachments: MessageAttachment[];
Defined in: IncomingWebhook.ts:112
blocks?
optional blocks: any[];
Defined in: IncomingWebhook.ts:113
channel?
optional channel: string;
Defined in: IncomingWebhook.ts:104
Inherited from
IncomingWebhookDefaultArguments
.channel
icon_emoji?
optional icon_emoji: string;
Defined in: IncomingWebhook.ts:102
Inherited from
IncomingWebhookDefaultArguments
.icon_emoji
icon_url?
optional icon_url: string;
Defined in: IncomingWebhook.ts:103
Inherited from
IncomingWebhookDefaultArguments
.icon_url
link_names?
optional link_names: boolean;
Defined in: IncomingWebhook.ts:106
Inherited from
IncomingWebhookDefaultArguments
.link_names
metadata?
optional metadata: object;
Defined in: IncomingWebhook.ts:116
event_payload
event_payload: Record<string, any>;
event_type
event_type: string;
text?
optional text: string;
Defined in: IncomingWebhook.ts:105
Inherited from
IncomingWebhookDefaultArguments
.text
timeout?
optional timeout: number;
Defined in: IncomingWebhook.ts:108
Inherited from
IncomingWebhookDefaultArguments
.timeout
unfurl_links?
optional unfurl_links: boolean;
Defined in: IncomingWebhook.ts:114
unfurl_media?
optional unfurl_media: boolean;
Defined in: IncomingWebhook.ts:115
username?
optional username: string;
Defined in: IncomingWebhook.ts:101