Group

class Group(groupID: String) : Recipient

A group as the recipient, using the base64-encoded groupID as the identifier. groupIDs can be retrieved with listGroups or by reading the responses from joinGroup or getGroupLinkInfo.

Constructors

Group
Link copied to clipboard
common
fun Group(groupID: String)

Properties

groupID
Link copied to clipboard
common
val groupID: String