class
TD::Error
Included Modules
- JSON::Serializable
Defined in:
telegram/types/error.crConstructors
- .new(code : Int32, message : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #code : Int32
- #code=(code : Int32)
- #message : String
- #message=(message : String)
- #object_type : String
- #object_type=(object_type : String)