Account
@Serializable
Represents a user of Mastodon and their associated profile.
Constructors
Link copied to clipboard
constructor(accountId: String, username: String, acct: String, url: String, displayName: String, bio: String, avatarUrl: String, avatarStaticUrl: String, headerUrl: String, headerStaticUrl: String, isLocked: Boolean, emojis: List<Emoji>, createdAt: Instant, lastStatusAt: LocalDate? = null, statusesCount: Long, followersCount: Long, followingCount: Long, isDiscoverable: Boolean? = null, movedTo: Account? = null, isGroup: Boolean, fields: List<Field>? = null, isBot: Boolean? = null, source: Source? = null, isSuspended: Boolean? = null, muteExpiresAt: Instant? = null)
Properties
Link copied to clipboard
URL to a static version of the avatar.
Link copied to clipboard
Link copied to clipboard
Total number of accounts following this account.
Link copied to clipboard
Total number of accounts followed by this account.
Link copied to clipboard
URL to a static version of the header.
Link copied to clipboard
Whether the account has opted into discovery features such as the profile directory.
Link copied to clipboard
Whether the account is suspended.
Link copied to clipboard
Date at which the last status was posted.
Link copied to clipboard
Instant when a timed mute will expire, if applicable.
Link copied to clipboard
Total number of statuses posted.