Source

@Serializable
data class Source(val bio: String, val fields: List<Field>, val defaultPrivacy: StatusVisibility? = null, val defaultSensitivity: Boolean? = null, val defaultLanguage: String? = null, val followRequestsCount: Long? = null)

Represents display or publishing preferences of the Account.

Returned as an additional entity when verifying and updated credentials.

Constructors

Link copied to clipboard
constructor(bio: String, fields: List<Field>, defaultPrivacy: StatusVisibility? = null, defaultSensitivity: Boolean? = null, defaultLanguage: String? = null, followRequestsCount: Long? = null)

Properties

Link copied to clipboard
val bio: String

The account's bio.

Link copied to clipboard
val defaultLanguage: String? = null

The default posting language for new statuses.

Link copied to clipboard

The default post privacy to be used for new statuses.

Link copied to clipboard

Whether new statuses should be marked sensitive by default.

Link copied to clipboard

Metadata about the account as a list of name/values.

Link copied to clipboard

The number of pending follow requests.