Skip to main content

Type Alias: ChatScheduleMessageResponse

type ChatScheduleMessageResponse: WebAPICallResult & object;

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;

Defined in

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