Guest User

Untitled

a guest
Apr 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. response = session_api.users.get(user_ids=event.obj.peer_id, fields='sex')
  2.                 print(response)
  3.                 sex = response['sex']
Add Comment
Please, Sign In to add comment