ChannelMessageListQueryParams

data class ChannelMessageListQueryParams(val size: Int, val index: String? = null)

채널 메시지 조회 객체
Channel message query Object

Constructors

Link copied to clipboard
constructor(jsonObject: JSONObject)
constructor(size: Int, index: String? = null)

Properties

Link copied to clipboard
val index: String? = null

The index to use for querying. If not specified, the latest message will be retrieved

Link copied to clipboard
val size: Int

Channel list size (min 1~ max 50)