class Telegram::Bot::Configuration

Attributes

botan_token[RW]
name[RW]
raise_exceptions[RW]
token[RW]

Public Class Methods

new() click to toggle source
# File lib/telegram/bot/configuration.rb, line 6
def initialize
  @raise_exceptions = true
end