Skip to main content

@slack/web-api / ChatPostEphemeralResponse

Type Alias: ChatPostEphemeralResponse

type ChatPostEphemeralResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/ChatPostEphemeralResponse.ts:11

Type Declaration

error?

optional error: string;

message_ts?

optional message_ts: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

provided?

optional provided: string;