Skip to main content

RespondArguments

type RespondArguments = DistributiveOmit<ChatPostMessageArguments, "channel" | "text"> & object;

Defined in: src/types/utilities.ts:34

Type Declaration

delete_original?

optional delete_original?: boolean;

replace_original?

optional replace_original?: boolean;

response_type?

optional response_type?: "in_channel" | "ephemeral";

Response URLs can be used to send ephemeral messages or in-channel messages using this argument

text?

optional text?: string;

thread_ts?

optional thread_ts?: string;