DeliveryReceipts

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

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

Parameters

enabled

Whether delivery receipts are enabled or not.

Constructors

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

Properties

Link copied to clipboard
val enabled: Boolean = true