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.
Lazy stream of Telegram updates for IEx exploration.
Usage:
Hotline.stream(token: "your-token")
|> Enum.each(fn update -> IO.inspect(update) end)
Create a lazy stream of Telegram updates.