Zenon Changelog

Zenon Changelog

Zen

Zenon v. 1.1


  • fixed editMessage bug
  • now you can use http/https proxies to connect through your userbot by doing the following:
client = zenon.Client("your-token", proxy = "ip:port")
chatid = 123456789
client.send_message(chatid, "hello there!")

Report Page