From 63609f9ba4664844adf835e8bb27921bbcef61d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:06:23 +0000 Subject: [PATCH] Build docs --- docs/api_reference.md | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/docs/api_reference.md b/docs/api_reference.md index 82cbdd8..d686074 100644 --- a/docs/api_reference.md +++ b/docs/api_reference.md @@ -1048,18 +1048,49 @@ username: str
ClientUser - +
+Represents the connected client user
+
+Attributes
+id: int
+ The client user's ID
+username: str
+ The client user's username
+slug: str
+ The client user's slug (URL-friendly username)
+bio: str
+ The client user's bio
+agreed_to_terms: bool
+ Whether the user has agreed to Kick's terms of service
+email_verified_at: datetime
+ When the user's email was verified
+country: str | None
+ The user's country
+city: str | None
+ The user's city
+state: str | None
+ The user's state/province
+socials: Socials
+ The user's connected social media accounts
+avatar: Asset | None
+ The user's avatar image
## Methods - +
+Fetches all videos for this user
+
+Returns
+--------
+list[Video]
+ List of videos uploaded by the user