class Tourmaline::PaidMediaPreview
- Tourmaline::PaidMediaPreview
- Reference
- Object
Overview
The paid media isn't available before the payment.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : String, width : Int32 | Int64 | Nil = nil, height : Int32 | Int64 | Nil = nil, duration : Int32 | Int64 | Nil = nil)
Instance Method Summary
-
#duration : Int32 | Int64 | Nil
Optional.
-
#duration=(duration : Int32 | Int64 | Nil)
Optional.
-
#height : Int32 | Int64 | Nil
Optional.
-
#height=(height : Int32 | Int64 | Nil)
Optional.
-
#type : String
Type of the paid media, always "preview"
-
#type=(type : String)
Type of the paid media, always "preview"
-
#width : Int32 | Int64 | Nil
Optional.
-
#width=(width : Int32 | Int64 | Nil)
Optional.
Constructor Detail
def self.new(type : String, width : Int32 | Int64 | Nil = nil, height : Int32 | Int64 | Nil = nil, duration : Int32 | Int64 | Nil = nil)
#
Instance Method Detail
def duration : Int32 | Int64 | Nil
#
Optional. Duration of the media in seconds as defined by the sender
def duration=(duration : Int32 | Int64 | Nil)
#
Optional. Duration of the media in seconds as defined by the sender