diff --git a/Pleroma/Pleroma.cs b/Pleroma/Pleroma.cs
index 0f41f16..8f6a752 100644
--- a/Pleroma/Pleroma.cs
+++ b/Pleroma/Pleroma.cs
@@ -99,7 +99,13 @@ public class Pleroma
///
/// Posts a status.
///
- /// The status data to send, including the content, visibility, etc.
+ /// Text content of the status.
+ /// Mark status and attached media as sensitive?
+ /// The number of seconds the posted activity should expire in. When a posted activity expires it will be deleted from the server, and a delete request for it will be federated. This needs to be longer than an hour.
+ /// ID of the status being replied to, if status is a reply
+ /// ID of the status being quoted.
+ /// ISO 639 language code for this status.
+ /// Visibility of the posted status.
/// Thrown if something goes wrong while uploading the status.
/// The status if posting was successful.
public Task PostStatus(string content,