lockPoll

Khóa cuộc bình chọn

api.lockPoll(pollId)

Parameters

  • pollId number

Return

Promise<LockPollResponse>

Examples

const pollId = 1;
api.lockPoll(pollId)
    .then(console.log)
    .catch(console.error);

Last updated