Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Draft(val deviceId: String? = null, val deviceName: String? = null, val posts: List<DraftPost>, val langs: List<Language>? = null, val postgateEmbeddingRules: List<DraftPostgateEmbeddingRuleUnion>? = null, val threadgateAllow: List<DraftThreadgateAllowUnion>? = null)
A draft containing an array of draft posts.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DraftEmbedVideo(val localRef: DraftEmbedLocalRef, val alt: String? = null, val captions: List<DraftEmbedCaption>? = null)
Link copied to clipboard
data class DraftPost(val text: String, val labels: DraftPostLabelsUnion? = null, val embedImages: List<DraftEmbedImage>? = null, val embedGallery: DraftEmbedGallery? = null, val embedVideos: List<DraftEmbedVideo>? = null, val embedExternals: List<DraftEmbedExternal>? = null, val embedRecords: List<DraftEmbedRecord>? = null)
One of the posts that compose a draft.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A draft with an identifier, used to store drafts in private storage (stash).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard