selectMessagesWithPoll

abstract suspend fun selectMessagesWithPoll(pollId: String): List<Message>

Selects all messages with a poll with the passed ID.

Return

A list of messages with the poll.

Parameters

pollId

The ID of the poll.