class
TelegramBot::PassportElementErrorReverseSide
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/passport_element_error.crConstructors
- .new(type : String, file_hash : String, message : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #file_hash : String
- #file_hash=(file_hash : String)
- #message : String
- #message=(message : String)
- #source : String
- #source=(source : String)
- #type : String
- #type=(type : String)