waitPollUpdates

suspend fun BehaviourContext.waitPollUpdates(    initRequest: Request<*>? = null,     errorFactory: NullableRequestBuilder<*> = { null },     count: Int = 1,     filter: SimpleFilter<Poll>? = null,     mapper: PollMapper<Poll>? = null): List<Poll>

This wait will be triggered only for stopped polls and polls, which are sent by the bot