struct TikToker::TikTok::Post

Included Modules

Defined in:

tiktoker/mappings/tiktok/post.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author : TikTok::Creator #

[View source]
def author_stats : TikTok::Creator::Stats #

[View source]
def challenges : Array(TikTok::Video::Challenge)? #

[View source]
def create_time : Time #

Returns the video upload time.


[View source]
def desc : String? #

Returns the video description.


[View source]
def digged : Bool? #

[View source]
def duet_enabled : Bool? #

[View source]
def duet_info : TikTok::Video::Duet? #

[View source]
def for_friend : Bool? #

[View source]
def id : String #

Returns the video id.


[View source]
def is_ad : Bool? #

[View source]
def item_comment_status : Int32? #

[View source]
def item_mute : Bool? #

[View source]
def music : TikTok::Music #

[View source]
def official_item : Bool? #

[View source]
def original_item : Bool? #

[View source]
def private_item : Bool? #

[View source]
def secret : Bool? #

[View source]
def share_enabled : Bool? #

[View source]
def show_not_pass : Bool? #

[View source]
def stats : TikTok::Video::Stats #

[View source]
def stitch_enabled : Bool? #

[View source]
def text_extra : Array(TikTok::Video::TextExtra)? #

[View source]
def video : TikTok::Video #

[View source]
def vl1 : Bool? #

[View source]