@slack/web-api / ChatUpdateResponse
Type Alias: ChatUpdateResponse
type ChatUpdateResponse = WebAPICallResult & object;
Defined in: src/types/response/ChatUpdateResponse.ts:11
Type declaration
channel?
optional channel: string;
error?
optional error: string;
message?
optional message: Message;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
response_metadata?
optional response_metadata: ResponseMetadata;
text?
optional text: string;
ts?
optional ts: string;