DeletedMessageVisibility

enum DeletedMessageVisibility : Enum<DeletedMessageVisibility>

Intended to be used for regulating visibility of deleted messages and filtering them out accordingly.

Entries

Link copied to clipboard

No deleted messages are visible.

Link copied to clipboard

Deleted messages from the current user are visible, ones from other users are not.

Link copied to clipboard

All deleted messages are visible, regardless of the user who authored them.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int