class
TD::AuthenticationCodeType::MissedCall
Included Modules
- JSON::Serializable
Defined in:
telegram/types/authentication_code_type/missed_call.crConstructors
- .new(phone_number_prefix : String, length : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #length : Int32
- #length=(length : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #phone_number_prefix : String
- #phone_number_prefix=(phone_number_prefix : String)