Plug-in design of Telegex.


Keywords
elixir, telegram, telegram-bot
License
MIT

Documentation

Telegex.Plug

Hex.pm Docs Telegram chat link

为优雅处理 Telegex 库的更新消息而设计的一种抽象架构,用插件和管道实现独立但相关联的处理模块。

安装

添加并安装 telegex_plugmix.exs 的依赖列表中:

def deps do
  [
    {:telegex_plug, "~> 0.3"}
  ]
end

使用

待写。可暂时参考 policr-mini 项目的源代码。