FTMGram v2.1.32.7

Scheme layer used: 181

  • Added the methods translate_text(), translate_message_text(), translate() and the type TranslatedText (#39).

  • Added the methods create_video_chat(), discard_group_call(), get_video_chat_rtmp_url() and the type RtmpUrl (#37).

  • Added on_story() to listen to story updates.

  • Ability to run in replit environment without creating a deployment. Set the environment variable FTMGRAM_REPLIT_NWTRAFIK_PORT value to 5222 if you want to connect to Production Telegram Servers, OR Set the environment variable FTMGRAM_REPLIT_WNTRAFIK_PORT value to 5223 if you want to connect to Test Telegram Servers, before starting the Client.

  • Added the invite_group_call_participants() (#35).

  • Thanks to . If you want to change the location of the unknown_errors.txt file that is created by Client, set the environment variable FTMGRAM_LOG_UNKNOWN_ERRORS_FILENAME value to the path where the file should get created.