trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
WrongRoomKeysVersion
Wrong
Room
Keys
Version
@
Serializable
data
class
WrongRoomKeysVersion
(
val
error
:
String
?
=
null
,
val
currentVersion
:
String
?
=
null
)
:
ErrorResponse
Members
Constructors
Wrong
Room
Keys
Version
Link copied to clipboard
constructor
(
error
:
String
?
=
null
,
currentVersion
:
String
?
=
null
)
Properties
current
Version
Link copied to clipboard
val
currentVersion
:
String
?
=
null
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null