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