Skip to main content

@slack/web-api / ChatUpdateArguments

Type Alias: ChatUpdateArguments

type ChatUpdateArguments = MessageContents & object & TokenOverridable & AsUser & LinkNames & Metadata & Parse & object;

Defined in: packages/web-api/src/types/request/chat.ts:362

Type Declaration​

ts​

ts: string;

Description​

Timestamp of the message to be updated.

Type Declaration​

file_ids?​

optional file_ids?: string[];

Description​

Array of new file ids that will be sent with this message.

reply_broadcast?​

optional reply_broadcast?: boolean;

Description​

Broadcast an existing thread reply to make it visible to everyone in the channel or conversation.