Advertisement
psycholyzern

msg.src

Oct 24th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.91 KB | None | 0 0
  1. [   '__class__',
  2.     '__delattr__',
  3.     '__doc__',
  4.     '__eq__',
  5.     '__format__',
  6.     '__ge__',
  7.     '__getattribute__',
  8.     '__gt__',
  9.     '__hash__',
  10.     '__init__',
  11.     '__le__',
  12.     '__lt__',
  13.     '__ne__',
  14.     '__new__',
  15.     '__reduce__',
  16.     '__reduce_ex__',
  17.     '__repr__',
  18.     '__setattr__',
  19.     '__sizeof__',
  20.     '__str__',
  21.     '__subclasshook__',
  22.     'chat_add_user',
  23.     'chat_del_user',
  24.     'chat_set_photo',
  25.     'first_name',
  26.     'fwd_msg',
  27.     'history',
  28.     'id',
  29.     'info',
  30.     'last_name',
  31.     'mark_read',
  32.     'name',
  33.     'phone',
  34.     'rename_chat',
  35.     'send_audio',
  36.     'send_contact',
  37.     'send_document',
  38.     'send_file',
  39.     'send_location',
  40.     'send_msg',
  41.     'send_photo',
  42.     'send_text',
  43.     'send_typing',
  44.     'send_typing_abort',
  45.     'send_video',
  46.     'type',
  47.     'type_name',
  48.     'user',
  49.     'user_id',
  50.     'user_list',
  51.     'user_status',
  52.     'username']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement