DraftPost
constructor(text: String, labels: DraftPostLabelsUnion? = null, embedImages: List<DraftEmbedImage>? = null, embedGallery: DraftEmbedGallery? = null, embedVideos: List<DraftEmbedVideo>? = null, embedExternals: List<DraftEmbedExternal>? = null, embedRecords: List<DraftEmbedRecord>? = null)
Parameters
text
The primary post content. It has a higher limit than post contents to allow storing a larger text that can later be refined into smaller posts.
labels
Self-label values for this post. Effectively content warnings.