StatusCreate 
    @Serializable
Object used to post a new Status.
Constructors
Link copied to clipboard
                  constructor(status: String? = null, mediaIds: List<String>? = null, poll: PollCreate? = null, inReplyToId: String? = null, isSensitive: Boolean? = null, contentWarningText: String? = null, visibility: StatusVisibility? = null, language: String? = null)
Properties
Link copied to clipboard
                  Text to be shown as a warning or subject before the actual content.
Link copied to clipboard
                  ID of the status being replied to, if status is a reply.
Link copied to clipboard
                  Mark status and attached media as sensitive?
Link copied to clipboard
                  Link copied to clipboard
                  Visibility of the posted status.