CreateImageStoryRequest

class CreateImageStoryRequest(val referenceId: String, val targetType: String, val targetId: String, fileId: String, storyItems: List<AmityStoryItem>, val metadata: JsonObject?, imageDisplayMode: AmityStoryImageDisplayMode) : CreateStoryRequest

Constructors

Link copied to clipboard
constructor(referenceId: String, targetType: String, targetId: String, fileId: String, storyItems: List<AmityStoryItem>, metadata: JsonObject?, imageDisplayMode: AmityStoryImageDisplayMode)

Properties

Link copied to clipboard
val data: JsonObject?
Link copied to clipboard
Link copied to clipboard
val items: List<JsonObject>? = null
Link copied to clipboard
val metadata: JsonObject? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard