Pyrogram v2.1.32.7#
Scheme layer used: 181#
Added the methods
translate_text(),translate_message_text(),translate()and the typeTranslatedText(#39).Added the methods
create_video_chat(),discard_group_call(),get_video_chat_rtmp_url()and the typeRtmpUrl(#37).Added
on_story()to listen to story updates.Ability to run in replit environment without creating a deployment. Set the environment variable
PYROGRAM_REPLIT_NWTRAFIK_PORTvalue to5222if you want to connect to Production Telegram Servers, OR Set the environment variablePYROGRAM_REPLIT_WNTRAFIK_PORTvalue to5223if you want to connect to Test Telegram Servers, before starting theClient.Added the
invite_group_call_participants()(#35).Thanks to …. If you want to change the location of the
unknown_errors.txtfile that is created byClient, set the environment variablePYROGRAM_LOG_UNKNOWN_ERRORS_FILENAMEvalue to the path where the file should get created.