Media
data class Media(val json: JsonObject, val client: ApiClient) : PenicillinModel
Content copied to clipboard
Constructors
Types
Link copied to clipboard
data class Image(val json: JsonObject, val client: ApiClient) : PenicillinModel
Content copied to clipboard
Link copied to clipboard
data class ProcessingInfo(val json: JsonObject, val client: ApiClient) : PenicillinModel
Content copied to clipboard
Link copied to clipboard
data class Video(val json: JsonObject, val client: ApiClient) : PenicillinModel
Content copied to clipboard
Functions
Properties
Extensions
Link copied to clipboard
Awaits until media processing is done, and returns Media response. This operation is suspendable.