Type Alias: ChatUpdateArguments
type ChatUpdateArguments: MessageContents & object & TokenOverridable & AsUser & LinkNames & Metadata & Parse & object;
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.