LeaveGroupType

enum LeaveGroupType : Enum<LeaveGroupType>

Used with the org.inthewaves.kotlinsignald.Signal.leaveGroup function.

Entries

Link copied to clipboard

Requests blocking and deletion of the group chat from other devices, and then leaves the group. Note that signald itself doesn't support blocking right now; however, this will request that other devices add it to block list

Link copied to clipboard

Requests deletion of the group chat from other devices, and then leaves the group

Link copied to clipboard

Leaves the group without deleting the group chat from other devices.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int