class
TD::EmailAddressAuthenticationCodeInfo
- TD::EmailAddressAuthenticationCodeInfo
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/email_address_authentication_code_info.crConstructors
- .new(email_address_pattern : String, length : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #email_address_pattern : String
- #email_address_pattern=(email_address_pattern : String)
- #length : Int32
- #length=(length : Int32)
- #object_type : String
- #object_type=(object_type : String)