Status
@Serializable
Represents a status posted by an account.
Constructors
Link copied to clipboard
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)
Properties
Link copied to clipboard
The application used to post this status.
Link copied to clipboard
The status being boosted.
Link copied to clipboard
How many boosts this status has received.
Link copied to clipboard
Subject or summary line, below which status content is collapsed until expanded.
Link copied to clipboard
How many favourites this status has received.
Link copied to clipboard
ID of the account being replied to.
Link copied to clipboard
ID of the status being replied to.
Link copied to clipboard
Whether the current account has bookmarked this status.
Link copied to clipboard
Whether the current account has favourited this status.
Link copied to clipboard
Is this status marked as sensitive content?
Link copied to clipboard
Media that is attached to this status.
Link copied to clipboard
How many replies this status has received.
Link copied to clipboard
Visibility of this status.