ReadReceipts

@Immutable
data class ReadReceipts(val enabled: Boolean = true)

Represents the read receipts settings. If false, the user read events will not be sent to other users, along with the user's read state.

Parameters

enabled

Whether read receipts are enabled or not.

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true)

Properties

Link copied to clipboard
val enabled: Boolean = true