Highly-opinionated (ex-bullshit-free) MTPROTO proxy for Telegram. If you use v1.0 or upgrade broke you proxy, please read the chapter Version 2
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678
  1. // files defines a set of abstraction for 'files': an openable entities that
  2. // could be read after.
  3. //
  4. // This is not a file on a filesystem of your local machine, it also can
  5. // include "in memory" files or even remote ones, like HTTP endpoints. If you
  6. // make a GET request to HTTP endpoint, then a body is readable and you can
  7. // consider it as an openable file.
  8. package files