MastodonStatusCreateRequest constructor
Creates parameters for a status creation request.
Implementation
const MastodonStatusCreateRequest({
this.status,
this.mediaIds,
this.inReplyToId,
this.visibility = MastodonVisibility.public,
this.sensitive = false,
this.spoilerText,
this.poll,
this.quotedStatusId,
this.quoteApprovalPolicy,
this.language,
this.scheduledAt,
});