Mention

@Serializable
data class Mention(val accountId: String, val username: String, val acct: String, val url: String)

Represents a mention of a user within the content of a status.

Constructors

Link copied to clipboard
constructor(accountId: String, username: String, acct: String, url: String)

Properties

Link copied to clipboard
Link copied to clipboard

The WebFinger URI of the mentioned user.

Link copied to clipboard
val url: String

The URL of the mentioned user's profile.

Link copied to clipboard

The username of the mentioned user.