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
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

doc.go 381B

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