defmodule MTProto.API.Upload do @moduledoc """ Working with files. See [the available method list](https://core.telegram.org/methods#working-with-files) and [Uploading and Downloading Files](https://core.telegram.org/api/file) from Telegram's API documentation. None of this is implemented right now. """ end