Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created September 6, 2022 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/5d04ddcd80f72de33a043864ccb72a55 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/5d04ddcd80f72de33a043864ccb72a55 to your computer and use it in GitHub Desktop.
# using get_user with id
id = "869660137"
user = client.get_user(id=id)
print(f"The user name for user id {id} is {user.data.name}.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment