class

Tourmaline::PaidMediaVideo

Inherits JSON::Serializable < Reference < Object

The paid media is a video.

Constructors

new(type : String, video : Tourmaline::Video)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type

Type of the paid media, always "video"

Source
type=(type : String)

Type of the paid media, always "video"

Source
video

The video

Source
video=(video : Tourmaline::Video)

The video

Source