MastodonScheduledStatusParams constructor
Creates a MastodonScheduledStatusParams with the given fields.
Implementation
const MastodonScheduledStatusParams({
required this.text,
this.poll,
this.mediaIds,
this.sensitive,
this.spoilerText,
this.visibility,
this.inReplyToId,
this.language,
this.idempotency,
});