Class: BotAPI::URLBUIDER

Inherits:
Object
  • Object
show all
Defined in:
lib/telegram_bot_builder/bot_api.rb

Constant Summary collapse

APIKEY =
'269321203:AAFFkICX0TmGL5KXn86Fkb6KPd6qMTieTJY'
BASEURL =
'https://api.telegram.org'

Class Method Summary collapse

Class Method Details

.build(method) ⇒ Object



108
109
110
# File 'lib/telegram_bot_builder/bot_api.rb', line 108

def self.build(method)
  "#{BASEURL}/bot#{APIKEY}/#{method}"
end