Module: Botkit::Telegram

Defined in:
lib/botkit/telegram.rb,
lib/botkit/telegram/bot.rb,
lib/botkit/telegram/message.rb,
lib/botkit/telegram/version.rb

Defined Under Namespace

Classes: Bot, Message

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.new(api_token:) ⇒ Object



10
11
12
# File 'lib/botkit/telegram.rb', line 10

def self.new(api_token:)
  Bot.new(api_token: api_token)
end