GetMessagesRequest

data class GetMessagesRequest(val convoId: String, val cursor: String? = null, val limit: Long? = null)

Returns a page of messages from a conversation.

Constructors

Link copied to clipboard
constructor(convoId: String, cursor: String? = null, limit: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = null