Many Answers Answer
data class ManyAnswersAnswer<T>(val answers: List<Answer<T>>) : ManyAnswerable<T>
Content copied to clipboard
Returns many different replies, each time moving the next list element. Stops at the end.
Returns many different replies, each time moving the next list element. Stops at the end.