Packages

MTProto (Telegram) implementation for Elixir.

Retired package: Deprecated - This package is not maintained anymore.

Current section

Files

Jump to
telegram_mt lib mtproto api upload.ex
Raw

lib/mtproto/api/upload.ex

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