Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • User

Implements

Index

Constructors

  • new User(id: string, uniqueId: string, nickname: string, avatar: string, signature: string, createdAt: string, verified: boolean, secretUID: string, bioLink: string, privateAccount: boolean, isUnderAge18: boolean, followers: number, following: number, hearts: number, videos: number): User
  • Parameters

    • id: string

      the id of the User

    • uniqueId: string

      The tiktok unique id of the User

    • nickname: string

      optional nickname of the User

    • avatar: string

      the avatar link of the User

    • signature: string

      the bio description of the User

    • createdAt: string

      the date of the creation of the User

    • verified: boolean

      Whether the User is a verified User by TikTok

    • secretUID: string

      the secret UID of the User

    • bioLink: string

      The link in the bio if the it contains any

    • privateAccount: boolean

      Whether the account privacy is set to private

    • isUnderAge18: boolean

      Whether the User is underage

    • followers: number

      Number of followers for this User

    • following: number

      Number of the accounts this user follows

    • hearts: number

      How many likes this User got over the time

    • videos: number

      Number of the Videos this User has posted

    Returns User

Properties

avatar: string

the avatar link of the User

bioLink: string

The link in the bio if the it contains any

createdAt: string

the date of the creation of the User

followers: number

Number of followers for this User

following: number

Number of the accounts this user follows

hearts: number

How many likes this User got over the time

id: string

the id of the User

isUnderAge18: boolean

Whether the User is underage

nickname: string

optional nickname of the User

privateAccount: boolean

Whether the account privacy is set to private

secretUID: string

the secret UID of the User

signature: string

the bio description of the User

uniqueId: string

The tiktok unique id of the User

verified: boolean

Whether the User is a verified User by TikTok

videos: number

Number of the Videos this User has posted

Generated using TypeDoc