Rainbow Android SDK
Toggle table of contents
Android
Target filter
Android
Switch theme
Search in API
Skip to content
Rainbow Android SDK
Rainbow Android SDK
/
com.ale.infra.rest.user
/
UserMessagesResponse
User
Messages
Response
@
Serializable
class
UserMessagesResponse
(
val
peer
:
String
,
val
msgId
:
String
,
val
hash
:
String
=
""
,
val
timestamp
:
String
=
""
,
val
xml
:
String
=
""
)
Members
Constructors
User
Messages
Response
Link copied to clipboard
constructor
(
peer
:
String
,
msgId
:
String
,
hash
:
String
=
""
,
timestamp
:
String
=
""
,
xml
:
String
=
""
)
Properties
hash
Link copied to clipboard
val
hash
:
String
msg
Id
Link copied to clipboard
val
msgId
:
String
peer
Link copied to clipboard
val
peer
:
String
timestamp
Link copied to clipboard
val
timestamp
:
String
xml
Link copied to clipboard
val
xml
:
String