module Telegram module Bot class Configuration attr_accessor :adapter, :ssl_opts def initialize @adapter = Faraday.default_adapter end end end end