trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
web
Target filter
web
Switch theme
Search in API
Skip to content
trixnity
trixnity-libolm
/
de.connect2x.trixnity.libolm
/
InboundGroupSession
Inbound
Group
Session
web
class
InboundGroupSession
Members
Constructors
Inbound
Group
Session
Link copied to clipboard
web
constructor
(
)
Functions
create
Link copied to clipboard
web
fun
create
(
session_key
:
String
)
decrypt
Link copied to clipboard
web
fun
decrypt
(
message
:
String
)
:
InboundGroupMessage
export_
session
Link copied to clipboard
web
fun
export_session
(
message_index
:
JsNumber
)
:
String
first_
known_
index
Link copied to clipboard
web
fun
first_known_index
(
)
:
JsNumber
free
Link copied to clipboard
web
fun
free
(
)
import_
session
Link copied to clipboard
web
fun
import_session
(
session_key
:
String
)
pickle
Link copied to clipboard
web
fun
pickle
(
key
:
String
)
:
String
session_
id
Link copied to clipboard
web
fun
session_id
(
)
:
String
unpickle
Link copied to clipboard
web
fun
unpickle
(
key
:
String
,
pickle
:
String
)