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