toggle menu
Rainbow Android SDK
androidJvm
switch theme
search in API
Rainbow Android SDK
/
com.ale.infra.rest.user
/
UserMessagesResponse
User
Messages
Response
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