class TelegramBot::APIException

Defined in:

telegram_bot/api_exception.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(code : Int32, data : JSON::Any | Nil) #

Instance Method Detail

def code : Int32 #

def data : JSON::Any? #

def description : String | Nil #

def message #

def parameters : ResponseParameters | Nil #