TikTokPy
latest

Getting Started

  • Installation
  • How it Works
  • Usage

Reference

  • API Reference
    • tiktokapipy.api
    • tiktokapipy.async_api
    • tiktokapipy.models
      • tiktokapipy.models.challenge
      • tiktokapipy.models.comment
      • tiktokapipy.models.user
        • BioLink
        • LightUser
        • User
        • UserStats
        • tiktokapipy.models.user.user_link
      • tiktokapipy.models.video
    • tiktokapipy.util
    • TikTokAPIError
TikTokPy
  • API Reference
  • tiktokapipy.models
  • tiktokapipy.models.user
  • BioLink

BioLink

pydantic model BioLink[source]

BioLink model

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

__init__ uses __pydantic_self__ instead of the more common self for the first arg to allow self as a field name.

Fields:
  • link (str)

field link: str [Required]
Previous Next

© Copyright 2023, Russell Newton. Revision afb69838.

Built with Sphinx using a theme provided by Read the Docs.