Recipient

sealed class Recipient

Specifies a recipient type for functions that can send to either type (e.g., react, remoteDelete, send, setExpiration, typing). Recipients are either to a Group or an Individual.

Types

Companion
Link copied to clipboard
common
object Companion
Group
Link copied to clipboard
common
class Group(groupID: String) : Recipient
A group as the recipient, using the base64-encoded groupID as the identifier.
Individual
Link copied to clipboard
common
class Individual(address: JsonAddress) : Recipient
A Signal user as the recipient.

Inheritors

Recipient
Link copied to clipboard
Recipient
Link copied to clipboard