Tiếng Việt
Appearance
string
Promise<PollDetailResponse>
export type PollDetailResponse = PollDetail;
api.getPollDetail("poll_id_here") .then(console.log) .catch(console.error);