StartPosition

A filtering option for where to start. For example, if you sent 100 messages, start with message 50.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time in ISO format where to start.

Link copied to clipboard
val id: String?

The ID of the message or event where to start.

Link copied to clipboard

The start position of the most recent message where you want to start.

Functions

Link copied to clipboard
inline fun copy(block: StartPosition.Builder.() -> Unit = {}): StartPosition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String