struct TikToker::TikTok::Music

Included Modules

Defined in:

tiktoker/mappings/tiktok/music.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def album : String | Nil #

[View source]
def author_name : String | Nil #

[View source]
def cover_large : String | Nil #

[View source]
def cover_medium : String | Nil #

[View source]
def cover_thumb : String | Nil #

[View source]
def duration : Int32 | Nil #

[View source]
def id : String #

[View source]
def original : Bool | Nil #

[View source]
def play_url : String | Nil #

[View source]
def title : String | Nil #

[View source]