OutboundGroupSession

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

encrypt
string encrypt(string plain)
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.
session_key
auto session_key()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Static functions

unpickle
OutboundGroupSession unpickle(string key, string pickle)

deserialize session data, unlocked by key

Variables

session
OlmOutboundGroupSession* session;
Undocumented in source.

Meta