MediaVisibility

@Serializable
enum MediaVisibility : Enum<MediaVisibility>

Preferred media content visibility, i.e. whether media attachments should be automatically displayed or blurred/hidden.

Entries

Link copied to clipboard

Hide media marked as sensitive.

Link copied to clipboard

Always show all media by default, regardless of sensitivity.

Link copied to clipboard

Always hide all media by default, regardless of sensitivity.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.