Sha256: 57eee82b63ea93498728f94546c68f739b46c45c15b15f5f8f677d0cca4ecf31

Contents?: true

Size: 537 Bytes

Versions: 4

Compression:

Stored size: 537 Bytes

Contents

require 'telegram/bot/config_methods'

module Telegram
  extend Bot::ConfigMethods

  module Bot
    class Error < StandardError; end
    class NotFound < Error; end

    autoload :Client,             'telegram/bot/client'
    autoload :ClientStub,         'telegram/bot/client_stub'
    autoload :Middleware,         'telegram/bot/middleware'
    autoload :UpdatesController,  'telegram/bot/updates_controller'
    autoload :UpdatesPoller,      'telegram/bot/updates_poller'
  end
end

require 'telegram/bot/railtie' if defined?(Rails)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-0.5.0 lib/telegram/bot.rb
telegram-bot-0.4.2 lib/telegram/bot.rb
telegram-bot-0.4.1 lib/telegram/bot.rb
telegram-bot-0.4.0 lib/telegram/bot.rb