module Botkit::Telegram

Constants

VERSION

Public Class Methods

new(api_token:) click to toggle source
# File lib/botkit/telegram.rb, line 10
def self.new(api_token:)
  Bot.new(api_token: api_token)
end