Skip to main content

Interface: FeedObjectPollVotesSearch

types/feedObject.FeedObjectPollVotesSearch

FeedObjectPollVotesSearch interface

Hierarchy

Properties

choice

Optional choice: number

The choice id of the poll. If is specified the endpoint retrieves the votes of only that choice

Defined in

types/feedObject.ts:56


limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseGetParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseGetParams.offset

Defined in

types/baseParams.ts:13