module Telegram::Bot
Constants
- VERSION
Public Class Methods
gem_version()
click to toggle source
# File lib/telegram/bot/version.rb, line 5 def self.gem_version Gem::Version.new VERSION end
Public Instance Methods
deprecation_0_16()
click to toggle source
# File lib/telegram/bot.rb, line 17 def deprecation_0_16 @deprecation ||= begin require 'active_support/deprecation' ActiveSupport::Deprecation.new('0.16', 'Telegram::Bot') end end