mastodonk
0.2-alpha05
common
mastodonk-core
/
fr.outadoc.mastodonk.api.entity
/
ScheduledStatusParams
/
ScheduledStatusParams
Scheduled
Status
Params
constructor
(
plainText
:
String
,
visibility
:
StatusVisibility
,
applicationId
:
String
,
inReplyToId
:
String
?
=
null
,
mediaIds
:
List
<
String
>
?
=
null
,
isSensitive
:
Boolean
?
=
null
,
contentWarningText
:
String
?
=
null
,
scheduledAt
:
Instant
?
=
null
)