class BotAPI::URLBUIDER

Constants

APIKEY
BASEURL

Public Class Methods

build(method) click to toggle source
# File lib/telegram_bot_builder/bot_api.rb, line 108
def self.build(method)
  "#{BASEURL}/bot#{APIKEY}/#{method}"
end