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? #

[View source]
def author_name : String? #

[View source]
def cover_large : String? #

[View source]
def cover_medium : String? #

[View source]
def cover_thumb : String? #

[View source]
def duration : Int32? #

[View source]
def id : String #

[View source]
def original : Bool? #

[View source]
def play_url : String? #

[View source]
def title : String? #

[View source]