createPollListQuery

fun createPollListQuery(limit: Int = QUERY_DEFAULT_LIMIT): PollListQuery

Creates a query instance to get the poll list from this channel.

Return

a query instance.

Since

4.5.0

Parameters

limit

the maximum number of Polls per queried page. Defaults to 20.

See also