Skip to main content

@slack/web-api / ChatScheduleMessageResponse

Type Alias: ChatScheduleMessageResponse

type ChatScheduleMessageResponse = WebAPICallResult & object;

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

Type Declaration

channel?

optional channel?: string;

error?

optional error?: string;

message?

optional message?: Message;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

post_at?

optional post_at?: number;

provided?

optional provided?: string;

response_metadata?

optional response_metadata?: ResponseMetadata;

scheduled_message_id?

optional scheduled_message_id?: string;

warning?

optional warning?: string;