QueryDraftsResult

data class QueryDraftsResult(val drafts: List<DraftMessage>, val next: String?)

The result of a query for draft messages.

Constructors

Link copied to clipboard
constructor(drafts: List<DraftMessage>, next: String?)

Properties

Link copied to clipboard

The list of draft messages.

Link copied to clipboard
val next: String?

The pagination cursor for the next page of results, if available.