class Tourmaline::Poller
- Tourmaline::Poller
- Reference
- Object
Overview
The Poller
class is responsible for polling Telegram's API for updates,
and then passing them to the Dispatcher
for processing.
Defined in:
tourmaline/poller.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #get_updates
- #offset : Int64
- #poll_and_dispatch
-
#start
Starts polling Telegram's API for updates.
- #stop