ListMessageBatches

Constructors

Link copied to clipboard
constructor(limit: Int? = null, after_id: String? = null, before_id: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int?

Functions

Link copied to clipboard
open override fun next(token: String): ListMessageBatches
Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<MessageBatches, RemoteFailure>