Tiếng Việt
Appearance
number
Promise<DeleteAutoReplyResponse>
export type DeleteAutoReplyResponse = { item: number; version: number; };
api .deleteAutoReply(1) .then(console.log).catch(console.error);