InlineMediaGallery
Properties
Functions
Link copied to clipboard
Link copied to clipboard
inline fun item(url: String, description: String? = null, spoiler: Boolean = false, block: InlineMediaGalleryItem.() -> Unit = {})
Add an item to this gallery, see MediaGalleryItem.fromUrl.
inline fun item(file: FileUpload, description: String? = null, spoiler: Boolean = false, block: InlineMediaGalleryItem.() -> Unit = {})
Add an item to this gallery, see MediaGalleryItem.fromFile.