library
androidJvm
library
/
uniffi.xmtpv3
/
FfiConversationDebugInfo
Ffi
Conversation
Debug
Info
data
class
FfiConversationDebugInfo
(
var
epoch
:
ULong
,
var
maybeForked
:
Boolean
,
var
forkDetails
:
String
)
Members
Constructors
Ffi
Conversation
Debug
Info
Link copied to clipboard
constructor
(
epoch
:
ULong
,
maybeForked
:
Boolean
,
forkDetails
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
epoch
Link copied to clipboard
var
epoch
:
ULong
fork
Details
Link copied to clipboard
var
forkDetails
:
String
maybe
Forked
Link copied to clipboard
var
maybeForked
:
Boolean