Update some raw API examples

This commit is contained in:
Lonami Exo
2022-09-21 10:50:07 +02:00
parent 1f42e6e32f
commit 6d02a1c6ff
2 changed files with 47 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ you should use :tl:`GetFullUser`:
# or even
full = await client(GetFullUserRequest('username'))
bio = full.about
bio = full.full_user.about
See :tl:`UserFull` to know what other fields you can access.