Interface: IncomingWebhookSendArguments
Extends
Properties
agent?
optional agent: any;
Inherited from
IncomingWebhookDefaultArguments
.agent
Defined in
attachments?
optional attachments: MessageAttachment[];
Defined in
blocks?
optional blocks: any[];
Defined in
channel?
optional channel: string;
Inherited from
IncomingWebhookDefaultArguments
.channel
Defined in
icon_emoji?
optional icon_emoji: string;
Inherited from
IncomingWebhookDefaultArguments
.icon_emoji
Defined in
icon_url?
optional icon_url: string;
Inherited from
IncomingWebhookDefaultArguments
.icon_url
Defined in
link_names?
optional link_names: boolean;
Inherited from
IncomingWebhookDefaultArguments
.link_names
Defined in
metadata?
optional metadata: object;
event_payload
event_payload: Record<string, any>;
event_type
event_type: string;
Defined in
text?
optional text: string;
Inherited from
IncomingWebhookDefaultArguments
.text
Defined in
timeout?
optional timeout: number;
Inherited from
IncomingWebhookDefaultArguments
.timeout
Defined in
unfurl_links?
optional unfurl_links: boolean;
Defined in
unfurl_media?
optional unfurl_media: boolean;
Defined in
username?
optional username: string;
Inherited from
IncomingWebhookDefaultArguments
.username