-
How do I get user bio? |
Beta Was this translation helpful? Give feedback.
Answered by
rojvv
Sep 27, 2022
Replies: 3 comments 1 reply
-
it's |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try this: const { fullUser } = await client.invoke(new Api.users.GetFullUser({ id: userIdentifier }));
const { about: bio } = fullUser; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
foodornt
-
Is it still the same because it isn't working for me currenntly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this: