MessageBatches

@JsonSerializable
data class MessageBatches(val data: List<MessageBatch>, val has_more: Boolean = false, val first_id: String? = null, val last_id: String? = null) : Paged<String, MessageBatch> (source)

Constructors

Link copied to clipboard
constructor(data: List<MessageBatch>, has_more: Boolean = false, first_id: String? = null, last_id: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val items: List<MessageBatch>
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun iterator(): Iterator<MessageBatch>
Link copied to clipboard
open override fun token(): String?