@slack/web-api / ChatUpdateResponse
Type Alias: ChatUpdateResponse
type ChatUpdateResponse = WebAPICallResult & object;
Defined in: packages/web-api/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;
warning?
optional warning?: string;