Recipient
Specifies a recipient type for functions that can send to either type (e.g., org.inthewaves.kotlinsignald.Signal.react, org.inthewaves.kotlinsignald.Signal.remoteDelete, org.inthewaves.kotlinsignald.Signal.send, org.inthewaves.kotlinsignald.Signal.setExpiration, org.inthewaves.kotlinsignald.Signal.typing). Recipients are either to a Group or an Individual (or Self for Note to Self).
Types
Link copied to clipboard
class Group(groupID: String, memberSubset: Collection<JsonAddress>) : Recipient
Content copied to clipboard
Link copied to clipboard
A Signal user as the recipient.