CreatedClip

@Serializable
data class CreatedClip(val id: String, val editUrl: String)

Response from creating a clip.

Constructors

Link copied to clipboard
constructor(id: String, editUrl: String)

Properties

Link copied to clipboard
@SerialName(value = "edit_url")
val editUrl: String

the URL to edit the clip.

Link copied to clipboard
val id: String

the clip ID.