Account

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)