toxmpp/pytox-Tox-methods

115 lines
6.5 KiB
Plaintext

[('CHAT_CHANGE_PEER_ADD', 0L),
('CHAT_CHANGE_PEER_DEL', 1L),
('CHAT_CHANGE_PEER_NAME', 2L),
('FAERR_ALREADYSENT', -4L),
('FAERR_BADCHECKSUM', -6L),
('FAERR_NOMEM', -8L),
('FAERR_NOMESSAGE', -2L),
('FAERR_OWNKEY', -3L),
('FAERR_SETNEWNOSPAM', -7L),
('FAERR_TOOLONG', -1L),
('FAERR_UNKNOWN', -5L),
('FILECONTROL_ACCEPT', 0L),
('FILECONTROL_FINISHED', 3L),
('FILECONTROL_KILL', 2L),
('FILECONTROL_PAUSE', 1L),
('FILECONTROL_RESUME_BROKEN', 4L),
('GROUPCHAT_TYPE_AV', 1L),
('GROUPCHAT_TYPE_TEXT', 0L),
('USERSTATUS_AWAY', 1L),
('USERSTATUS_BUSY', 2L),
('USERSTATUS_INVALID', 3L),
('USERSTATUS_NONE', 0L),
('__class__', <type 'type'>),
('__delattr__', <slot wrapper '__delattr__' of 'object' objects>),
('__doc__', 'ToxCore object'),
('__format__', <method '__format__' of 'object' objects>),
('__getattribute__', <slot wrapper '__getattribute__' of 'object' objects>),
('__hash__', <slot wrapper '__hash__' of 'object' objects>),
('__init__', <slot wrapper '__init__' of 'Tox' objects>),
('__new__', <built-in method __new__ of type object at 0x7f57772b1400>),
('__reduce__', <method '__reduce__' of 'object' objects>),
('__reduce_ex__', <method '__reduce_ex__' of 'object' objects>),
('__repr__', <slot wrapper '__repr__' of 'object' objects>),
('__setattr__', <slot wrapper '__setattr__' of 'object' objects>),
('__sizeof__', <method '__sizeof__' of 'object' objects>),
('__str__', <slot wrapper '__str__' of 'object' objects>),
('__subclasshook__', <built-in method __subclasshook__ of type object at 0x7f57772b1400>),
('add_friend', <method 'add_friend' of 'Tox' objects>),
('add_friend_norequest', <method 'add_friend_norequest' of 'Tox' objects>),
('add_groupchat', <method 'add_groupchat' of 'Tox' objects>),
('bootstrap_from_address', <method 'bootstrap_from_address' of 'Tox' objects>),
('count_chatlist', <method 'count_chatlist' of 'Tox' objects>),
('count_friendlist', <method 'count_friendlist' of 'Tox' objects>),
('del_friend', <method 'del_friend' of 'Tox' objects>),
('del_groupchat', <method 'del_groupchat' of 'Tox' objects>),
('do', <method 'do' of 'Tox' objects>),
('do_interval', <method 'do_interval' of 'Tox' objects>),
('file_data_remaining', <method 'file_data_remaining' of 'Tox' objects>),
('file_data_size', <method 'file_data_size' of 'Tox' objects>),
('file_send_control', <method 'file_send_control' of 'Tox' objects>),
('file_send_data', <method 'file_send_data' of 'Tox' objects>),
('friend_exists', <method 'friend_exists' of 'Tox' objects>),
('get_address', <method 'get_address' of 'Tox' objects>),
('get_chatlist', <method 'get_chatlist' of 'Tox' objects>),
('get_client_id', <method 'get_client_id' of 'Tox' objects>),
('get_friend_connection_status', <method 'get_friend_connection_status' of 'Tox' objects>),
('get_friend_id', <method 'get_friend_id' of 'Tox' objects>),
('get_friendlist', <method 'get_friendlist' of 'Tox' objects>),
('get_is_typing', <method 'get_is_typing' of 'Tox' objects>),
('get_keys', <method 'get_keys' of 'Tox' objects>),
('get_last_online', <method 'get_last_online' of 'Tox' objects>),
('get_name', <method 'get_name' of 'Tox' objects>),
('get_name_size', <method 'get_name_size' of 'Tox' objects>),
('get_nospam', <method 'get_nospam' of 'Tox' objects>),
('get_num_online_friends', <method 'get_num_online_friends' of 'Tox' objects>),
('get_self_name', <method 'get_self_name' of 'Tox' objects>),
('get_self_name_size', <method 'get_self_name_size' of 'Tox' objects>),
('get_self_status_message', <method 'get_self_status_message' of 'Tox' objects>),
('get_self_status_message_size', <method 'get_self_status_message_size' of 'Tox' objects>),
('get_self_user_status', <method 'get_self_user_status' of 'Tox' objects>),
('get_status_message', <method 'get_status_message' of 'Tox' objects>),
('get_status_message_size', <method 'get_status_message_size' of 'Tox' objects>),
('get_user_status', <method 'get_user_status' of 'Tox' objects>),
('group_action_send', <method 'group_action_send' of 'Tox' objects>),
('group_get_names', <method 'group_get_names' of 'Tox' objects>),
('group_get_title', <method 'group_get_title' of 'Tox' objects>),
('group_get_type', <method 'group_get_type' of 'Tox' objects>),
('group_message_send', <method 'group_message_send' of 'Tox' objects>),
('group_number_peers', <method 'group_number_peers' of 'Tox' objects>),
('group_peername', <method 'group_peername' of 'Tox' objects>),
('group_set_title', <method 'group_set_title' of 'Tox' objects>),
('invite_friend', <method 'invite_friend' of 'Tox' objects>),
('isconnected', <method 'isconnected' of 'Tox' objects>),
('join_groupchat', <method 'join_groupchat' of 'Tox' objects>),
('kill', <method 'kill' of 'Tox' objects>),
('load', <method 'load' of 'Tox' objects>),
('load_from_file', <method 'load_from_file' of 'Tox' objects>),
('new_file_sender', <method 'new_file_sender' of 'Tox' objects>),
('on_connection_status', <method 'on_connection_status' of 'Tox' objects>),
('on_file_control', <method 'on_file_control' of 'Tox' objects>),
('on_file_data', <method 'on_file_data' of 'Tox' objects>),
('on_file_send_request', <method 'on_file_send_request' of 'Tox' objects>),
('on_friend_action', <method 'on_friend_action' of 'Tox' objects>),
('on_friend_message', <method 'on_friend_message' of 'Tox' objects>),
('on_friend_request', <method 'on_friend_request' of 'Tox' objects>),
('on_group_action', <method 'on_group_action' of 'Tox' objects>),
('on_group_invite', <method 'on_group_invite' of 'Tox' objects>),
('on_group_message', <method 'on_group_message' of 'Tox' objects>),
('on_group_namelist_change', <method 'on_group_namelist_change' of 'Tox' objects>),
('on_name_change', <method 'on_name_change' of 'Tox' objects>),
('on_read_receipt', <method 'on_read_receipt' of 'Tox' objects>),
('on_status_message', <method 'on_status_message' of 'Tox' objects>),
('on_typing_change', <method 'on_typing_change' of 'Tox' objects>),
('on_user_status', <method 'on_user_status' of 'Tox' objects>),
('save', <method 'save' of 'Tox' objects>),
('save_to_file', <method 'save_to_file' of 'Tox' objects>),
('send_action', <method 'send_action' of 'Tox' objects>),
('send_message', <method 'send_message' of 'Tox' objects>),
('set_name', <method 'set_name' of 'Tox' objects>),
('set_nospam', <method 'set_nospam' of 'Tox' objects>),
('set_status_message', <method 'set_status_message' of 'Tox' objects>),
('set_user_is_typing', <method 'set_user_is_typing' of 'Tox' objects>),
('set_user_status', <method 'set_user_status' of 'Tox' objects>),
('size', <method 'size' of 'Tox' objects>)]