class Telegram::Error::MigrateToChat

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(chat_id) #

[View source]

Instance Method Detail

def chat_id : Int64 #

[View source]