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文字以内のものにしてください。

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