class Tourmaline::Audio

Included Modules

Defined in:

tourmaline/models/audio.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def duration : Int32 #

[View source]
def file_id : String #

[View source]
def file_name : String | Nil #

[View source]
def file_size : Int64 | Nil #

[View source]
def file_unique_id : String #

[View source]
def mime_type : String | Nil #

[View source]
def performer : String | Nil #

[View source]
def thumbnail : PhotoSize | Nil #

[View source]
def title : String | Nil #

[View source]