Skip to main content

@slack/web-api / ChatPostMessageResponse

Type Alias: ChatPostMessageResponse

type ChatPostMessageResponse = WebAPICallResult & object;

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

Type Declaration

channel?

optional channel?: string;

deprecated_argument?

optional deprecated_argument?: string;

error?

optional error?: string;

errors?

optional errors?: string[];

message?

optional message?: ChatPostMessageResponseMessage;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

response_metadata?

optional response_metadata?: ResponseMetadata;

ts?

optional ts?: string;

warning?

optional warning?: string;