Package-level declarations

Types

Link copied to clipboard
@Immutable
data class PrivacySettings(val typingIndicators: TypingIndicators? = null, val readReceipts: ReadReceipts? = null)

Represents the privacy settings of a user.

Link copied to clipboard
@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.

Link copied to clipboard
@Immutable
data class TypingIndicators(val enabled: Boolean = true)

Represents the typing indicators settings. If false, the user typing events will not be sent to other users.