Get Message Context Query Params
data class GetMessageContextQueryParams(val convoId: String? = null, val messageId: String, val before: Long? = 5, val after: Long? = 5)
Parameters
convo Id
Conversation that the message is from. NOTE: this field will eventually be required.