@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
16 lines • 392 B
TypeScript
/**
* ```js
* import { PollRepository } from '@amityco/ts-sdk'
* await PollRepository.unvotePoll(pollId)
* ```
*
* Votes for an {@link Amity.Poll}
*
* @param pollId The ID of the {@link Amity.Poll} to vote
* @returns void
*
* @category Poll API
* @async
*/
export declare const unvotePoll: (pollId: Amity.Poll['pollId']) => Promise<void>;
//# sourceMappingURL=unvotePoll.d.ts.map