module Telegram::Bot

Constants

API_URL
API_VERSION
PAYLOAD_KEYS

Attributes

configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/telegram/bot.rb, line 23
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/telegram/bot.rb, line 27
def self.configure
  yield(configuration)
end