Video

data class Video(val url: Optional<String> = Optional.Missing(), val height: OptionalInt = OptionalInt.Missing, val width: OptionalInt = OptionalInt.Missing)(source)

A representation of a Discord Embed Video structure.

Parameters

url

The source url of the video.

height

The height of the video.

width

The width of the video.

Constructors

Link copied to clipboard
constructor(url: Optional<String> = Optional.Missing(), height: OptionalInt = OptionalInt.Missing, width: OptionalInt = OptionalInt.Missing)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard