Skip to main content

Type Alias: ChatUpdateResponse

type ChatUpdateResponse: WebAPICallResult & object;

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;

Defined in

packages/web-api/src/types/response/ChatUpdateResponse.ts:12