class TelegramBot::Models::Result(T)
- TelegramBot::Models::Result(T)
- TelegramBot::Models::Base
- Reference
- Object
Defined in:
telegram_bot/models.crConstructors
Instance Method Summary
- #description : String | Nil
- #description=(description : String | Nil)
- #error_code : Int32 | Nil
- #error_code=(error_code : Int32 | Nil)
- #ok : Bool
- #ok=(ok : Bool)
- #result : T | Nil
- #result=(result : T | Nil)