InboundGroupSession

Undocumented in source.

Members

Functions

decrypt
string decrypt(string msg, uint* msg_index)
Undocumented in source. Be warned that the author may not have intended to support it.
export_session
string export_session(uint message_index)
Undocumented in source. Be warned that the author may not have intended to support it.
pickle
string pickle(string key)

serialize session data, locked by key

session_id
string session_id()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

first_known_index
uint first_known_index [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

import_session
InboundGroupSession import_session(string session_key)
Undocumented in source. Be warned that the author may not have intended to support it.
init
InboundGroupSession init(string session_key)
Undocumented in source. Be warned that the author may not have intended to support it.
unpickle
InboundGroupSession unpickle(string key, string pickle)

deserialize session data, unlocked by key

Variables

session
OlmInboundGroupSession* session;
Undocumented in source.

Meta