PrivacySettings
@Immutable
Represents the privacy settings of a user.
Parameters
typingIndicators
Typing indicators settings.
deliveryReceipts
Delivery receipts settings.
readReceipts
Read receipts settings.
Constructors
Link copied to clipboard
constructor(typingIndicators: TypingIndicators? = null, deliveryReceipts: DeliveryReceipts? = null, readReceipts: ReadReceipts? = null)