PytgVoIP is a Telegram VoIP library written in Python and C++. It uses libtgvoip (a library used in official clients) for voice encoding and transmission, and pybind11 for simple generation of Python ...
This project consists of two main parts: tgcalls, pytgcalls. The first is a C++ Python extension. The second uses the extension along with MTProto and provides high level SDK. All together, it allows ...