Hive SDK v4
25.5.1
androidJvm
Hive SDK v4
/
com.hive
/
Chat
/
ChannelMessageListQueryResponse
Channel
Message
List
Query
Response
data
class
ChannelMessageListQueryResponse
(
val
hasNext
:
Boolean
,
val
nextIndex
:
String
,
val
content
:
ArrayList
<
Chat.ChannelMessage
>
)
Members
Constructors
Channel
Message
List
Query
Response
Link copied to clipboard
constructor
(
hasNext
:
Boolean
,
nextIndex
:
String
,
content
:
ArrayList
<
Chat.ChannelMessage
>
)
Properties
content
Link copied to clipboard
val
content
:
ArrayList
<
Chat.ChannelMessage
>
has
Next
Link copied to clipboard
val
hasNext
:
Boolean
next
Index
Link copied to clipboard
val
nextIndex
:
String
Functions
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
JSONObject