LeaveRequest

data class LeaveRequest(val authenticatedNote: ByteArray? = null)

Represents a leave request message sent when a user wants to leave a group.

Leave requests are automatically sent when calling leaveGroup() on a conversation. Users should not need to manually encode or send this content type.

Following protobuf semantics, empty ByteArray is treated as equivalent to null during encoding/decoding.

Constructors

Link copied to clipboard
constructor(authenticatedNote: ByteArray? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard

Optional authenticated note for the leave request