class Telegram::Client

Telegram CLient(bot)

Public Class Methods

new(token: ) click to toggle source
# File lib/teleruby.rb, line 15
def initialize(token: )
  @token = token
  @last_update = 0
end