LICENSE
README.md
setup.cfg
setup.py
py_tgcalls.egg-info/PKG-INFO
py_tgcalls.egg-info/SOURCES.txt
py_tgcalls.egg-info/dependency_links.txt
py_tgcalls.egg-info/requires.txt
py_tgcalls.egg-info/top_level.txt
pytgcalls/__init__.py
pytgcalls/pytgcalls.py
pytgcalls/methods/__init__.py
pytgcalls/methods/core/__init__.py
pytgcalls/methods/core/b_colors.py
pytgcalls/methods/core/generate_session.py
pytgcalls/methods/core/get_active_voice_chat.py
pytgcalls/methods/core/get_port_server.py
pytgcalls/methods/core/get_user_id.py
pytgcalls/methods/core/run_js.py
pytgcalls/methods/core/spawn_process.py
pytgcalls/methods/custom_api/__init__.py
pytgcalls/methods/custom_api/custom_api_update.py
pytgcalls/methods/custom_api/on_update_custom.py
pytgcalls/methods/groups/__init__.py
pytgcalls/methods/groups/change_volume_call.py
pytgcalls/methods/groups/join_group_call.py
pytgcalls/methods/groups/leave_group_call.py
pytgcalls/methods/handler/__init__.py
pytgcalls/methods/handler/on_event_update.py
pytgcalls/methods/handler/on_group_call_invite.py
pytgcalls/methods/handler/on_stream_end.py
pytgcalls/methods/stream/__init__.py
pytgcalls/methods/stream/change_stream.py
pytgcalls/methods/stream/is_playing.py
pytgcalls/methods/stream/pause_stream.py
pytgcalls/methods/stream/resume_stream.py
pytgcalls/methods/websocket/__init__.py
pytgcalls/methods/websocket/api_backend.py
pytgcalls/methods/websocket/change_volume_voice_call.py
pytgcalls/methods/websocket/event_finish.py
pytgcalls/methods/websocket/get_partecipants.py
pytgcalls/methods/websocket/join_voice_call.py
pytgcalls/methods/websocket/leave_voice_call.py
pytgcalls/methods/websocket/load_full_chat.py
pytgcalls/methods/websocket/start_web_app.py
pytgcalls/methods/websocket/update_call_data.py