ChannelMessageListQueryResponse

data class ChannelMessageListQueryResponse(val hasNext: Boolean, val nextIndex: String, val content: ArrayList<Chat.ChannelMessage>)

Constructors

Link copied to clipboard
constructor(hasNext: Boolean, nextIndex: String, content: ArrayList<Chat.ChannelMessage>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard