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
/
UserMessageDetailBody
User
Message
Detail
Body
@
Serializable
data
class
UserMessageDetailBody
(
val
type
:
PeerType
,
val
peer
:
String
,
val
msgId
:
String
,
val
around
:
Long
?
=
null
)
Members
Constructors
User
Message
Detail
Body
Link copied to clipboard
constructor
(
type
:
PeerType
,
peer
:
String
,
msgId
:
String
,
around
:
Long
?
=
null
)
Properties
around
Link copied to clipboard
val
around
:
Long
?
msg
Id
Link copied to clipboard
val
msgId
:
String
peer
Link copied to clipboard
val
peer
:
String
type
Link copied to clipboard
val
type
:
PeerType