struct TikToker::TikTok::Creator

Included Modules

Defined in:

tiktoker/mappings/tiktok/creator.cr
tiktoker/mappings/tiktok/creator/stats.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_larger : String? #

[View source]
def avatar_medium : String? #

[View source]
def avatar_thumb : String? #

[View source]
def bio_link : String? #

[View source]
def comment_setting : PrivacyToggle? #

[View source]
def create_time : Time? #

[View source]
def duet_setting : PrivacyToggle? #

[View source]
def ftc : Bool? #

[View source]
def id : String #

[View source]
def is_ad_virtual : Bool? #

[View source]
def nickname : String #

Returns the creator name.


[View source]
def open_favorite : Bool? #

[View source]
def private_account : Bool? #

[View source]
def relation : UInt16? #

[View source]
def room_id : String? #

[View source]
def sec_uid : String #

Returns the creator secUid, the user unique identifier.


[View source]
def secret : Bool? #

[View source]
def short_id : String? #

[View source]
def signature : String? #

Returns the creator signature (aka bio).


[View source]
def stitch_setting : PrivacyToggle? #

[View source]
def unique_id : String #

Returns the creator username.


[View source]
def verified : Bool? #

Returns the creator verification status.


[View source]