GetMessageContextQueryParams

data class GetMessageContextQueryParams(val convoId: String? = null, val messageId: String, val before: Long? = 5, val after: Long? = 5)

Parameters

convoId

Conversation that the message is from. NOTE: this field will eventually be required.

Constructors

Link copied to clipboard
constructor(convoId: String? = null, messageId: String, before: Long? = 5, after: Long? = 5)

Properties

Link copied to clipboard
val after: Long? = 5
Link copied to clipboard
val before: Long? = 5
Link copied to clipboard
val convoId: String? = null

Conversation that the message is from. NOTE: this field will eventually be required.

Link copied to clipboard

Functions

Link copied to clipboard