Status
constructor(statusId: String, uri: String, createdAt: Instant, account: Account, content: String, visibility: StatusVisibility, isSensitive: Boolean, contentWarningText: String, mediaAttachments: List<Attachment>, mentions: List<Mention>, tags: List<Tag>, emojis: List<Emoji>, boostsCount: Long, favouritesCount: Long, repliesCount: Long, application: Application? = null, url: String? = null, inReplyToId: String? = null, inReplyToAccountId: String? = null, boostedStatus: Status? = null, poll: Poll? = null, card: Card? = null, language: String? = null, plainText: String? = null, isFavourited: Boolean? = null, isBoosted: Boolean? = null, isMuted: Boolean? = null, isBookmarked: Boolean? = null, isPinned: Boolean? = null)