class Telegram::Error::RetryAfter

Defined in:

telegram/error.cr

Constructors

Instance Method Summary

Instance methods inherited from class Telegram::Error

code : Int32 | Nil code, code=(code : Int32 | Nil) code=

Constructor methods inherited from class Telegram::Error

new(message = "", code : Int32 | Nil = nil) new

Class methods inherited from class Telegram::Error

from_message(text) from_message

Constructor Detail

def self.new(seconds) #

[View source]

Instance Method Detail

def seconds : Int32 #

[View source]