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

[View source]
def avatar_medium : String | Nil #

[View source]
def avatar_thumb : String | Nil #

[View source]
def bio_link : String | Nil #

[View source]
def comment_setting : PrivacyToggle | Nil #

[View source]
def create_time : Time | Nil #

[View source]
def duet_setting : PrivacyToggle | Nil #

[View source]
def ftc : Bool | Nil #

[View source]
def id : String #

[View source]
def is_ad_virtual : Bool | Nil #

[View source]
def nickname : String #

Returns the creator name.


[View source]
def open_favorite : Bool | Nil #

[View source]
def private_account : Bool | Nil #

[View source]
def relation : UInt16 | Nil #

[View source]
def room_id : String | Nil #

[View source]
def sec_uid : String #

Returns the creator secUid, the user unique identifier.


[View source]
def secret : Bool | Nil #

[View source]
def short_id : String | Nil #

[View source]
def signature : String | Nil #

Returns the creator signature (aka bio).


[View source]
def stitch_setting : PrivacyToggle | Nil #

[View source]
def unique_id : String #

Returns the creator username.


[View source]
def verified : Bool | Nil #

Returns the creator verification status.


[View source]