We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f5f47 commit 76752f2Copy full SHA for 76752f2
src/commonMain/kotlin/net/pearx/kpastebin/model/PasteDetails.kt
@@ -15,7 +15,7 @@ public data class PasteDetails(
15
val title: String,
16
/** Paste size in bytes. */
17
val size: Int,
18
- /** Paste expiration date. */ // todo
+ /** Paste expiration date in Unix time format. */
19
val expireDate: Int,
20
/** Paste privacy status. */
21
val privacy: Privacy,
0 commit comments