class Tourmaline::Poller inherits Reference # The Poller class is responsible for polling Telegram's API for updates, and then passing them to the Dispatcher for processing. Constants# Log = ::Log.for(self) # Constructors# .new(client : Tourmaline::Client) # View source Methods# #get_updates # View source #offset : Int64 # View source #poll_and_dispatch # View source #start # Starts polling Telegram's API for updates. View source #stop # View source