library
androidJvm
library
/
org.xmtp.android.library.libxmtp
/
Message
Message
data
class
Message
(
val
client
:
Client
,
libXMTPMessage
:
FfiMessage
)
Members
Constructors
Message
Link copied to clipboard
constructor
(
client
:
Client
,
libXMTPMessage
:
FfiMessage
)
Types
Message
Delivery
Status
Link copied to clipboard
enum
MessageDeliveryStatus
:
Enum
<
Message.MessageDeliveryStatus
>
Sort
Direction
Link copied to clipboard
enum
SortDirection
:
Enum
<
Message.SortDirection
>
Functions
decode
Link copied to clipboard
fun
decode
(
)
:
DecodedMessage
decode
Or
Null
Link copied to clipboard
fun
decodeOrNull
(
)
:
DecodedMessage
?
Properties
client
Link copied to clipboard
val
client
:
Client
convo
Id
Link copied to clipboard
val
convoId
:
String
delivery
Status
Link copied to clipboard
val
deliveryStatus
:
Message.MessageDeliveryStatus
id
Link copied to clipboard
val
id
:
String
sender
Inbox
Id
Link copied to clipboard
val
senderInboxId
:
String
sent
At
Link copied to clipboard
val
sentAt
:
Date
sent
At
Ns
Link copied to clipboard
val
sentAtNs
:
Long