class Tourmaline::PaidMediaPreview

Overview

The paid media isn't available before the payment.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(type : String, width : Int32 | Int64 | Nil = nil, height : Int32 | Int64 | Nil = nil, duration : Int32 | Int64 | Nil = nil) #

[View source]

Instance Method Detail

def duration : Int32 | Int64 | Nil #

Optional. Duration of the media in seconds as defined by the sender


[View source]
def duration=(duration : Int32 | Int64 | Nil) #

Optional. Duration of the media in seconds as defined by the sender


[View source]
def height : Int32 | Int64 | Nil #

Optional. Media height as defined by the sender


[View source]
def height=(height : Int32 | Int64 | Nil) #

Optional. Media height as defined by the sender


[View source]
def type : String #

Type of the paid media, always "preview"


[View source]
def type=(type : String) #

Type of the paid media, always "preview"


[View source]
def width : Int32 | Int64 | Nil #

Optional. Media width as defined by the sender


[View source]
def width=(width : Int32 | Int64 | Nil) #

Optional. Media width as defined by the sender


[View source]