Current section
Files
Jump to
Current section
Files
telegex_plug
README.md
README.md
# Telegex.Plug
[](http://hex.pm/packages/telegex_plug)
[](https://hexdocs.pm/telegex_plug/api-reference.html)
[](https://t.me/elixir_telegex)
Abstract design for the message processing methods of Telegex library.
## Installation
The package can be installed by adding `telegex_plug` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:telegex_plug, "~> 0.1.0"}
]
end
```
## Usage
[WIP]