Skip to main content

Interface: IncomingWebhookSendArguments

Extends

Properties

agent?

optional agent: any;

Inherited from

IncomingWebhookDefaultArguments.agent

Defined in

IncomingWebhook.ts:107


attachments?

optional attachments: MessageAttachment[];

Defined in

IncomingWebhook.ts:112


blocks?

optional blocks: any[];

Defined in

IncomingWebhook.ts:113


channel?

optional channel: string;

Inherited from

IncomingWebhookDefaultArguments.channel

Defined in

IncomingWebhook.ts:104


icon_emoji?

optional icon_emoji: string;

Inherited from

IncomingWebhookDefaultArguments.icon_emoji

Defined in

IncomingWebhook.ts:102


icon_url?

optional icon_url: string;

Inherited from

IncomingWebhookDefaultArguments.icon_url

Defined in

IncomingWebhook.ts:103


optional link_names: boolean;

Inherited from

IncomingWebhookDefaultArguments.link_names

Defined in

IncomingWebhook.ts:106


metadata?

optional metadata: object;

event_payload

event_payload: Record<string, any>;

event_type

event_type: string;

Defined in

IncomingWebhook.ts:116


text?

optional text: string;

Inherited from

IncomingWebhookDefaultArguments.text

Defined in

IncomingWebhook.ts:105


timeout?

optional timeout: number;

Inherited from

IncomingWebhookDefaultArguments.timeout

Defined in

IncomingWebhook.ts:108


optional unfurl_links: boolean;

Defined in

IncomingWebhook.ts:114


unfurl_media?

optional unfurl_media: boolean;

Defined in

IncomingWebhook.ts:115


username?

optional username: string;

Inherited from

IncomingWebhookDefaultArguments.username

Defined in

IncomingWebhook.ts:101