Type Alias: ChatPostEphemeralResponse
type ChatPostEphemeralResponse: WebAPICallResult & object;
Type declaration
error?
optional error: string;
message_ts?
optional message_ts: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
Defined in
packages/web-api/src/types/response/ChatPostEphemeralResponse.ts:11