Hotline.Stream (Hotline v0.2.1)

Copy Markdown View Source

Lazy stream of Telegram updates for IEx exploration.

Usage:

Hotline.stream(token: "your-token")
|> Enum.each(fn update -> IO.inspect(update) end)

Summary

Functions

Create a lazy stream of Telegram updates.

Functions

resource(opts \\ [])

Create a lazy stream of Telegram updates.