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
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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