Packages

Telegram bot API client for Elixir with UI for easier management

Current section

Files

Jump to
ex_telegram_phx lib ex_telegram_phx.ex
Raw

lib/ex_telegram_phx.ex

defmodule ExTelegramPhx do
@moduledoc """
ExTelegramPhx keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end