Class: TD::Types::PhoneNumberCodeType::ConfirmOwnership
- Inherits:
-
TD::Types::PhoneNumberCodeType
- Object
- Dry::Struct
- Base
- TD::Types::PhoneNumberCodeType
- TD::Types::PhoneNumberCodeType::ConfirmOwnership
- Defined in:
- lib/tdlib/types/phone_number_code_type/confirm_ownership.rb
Overview
Confirms ownership of a phone number to prevent account deletion while handling links of the type
internalLinkTypePhoneNumberConfirmation.
Instance Attribute Summary collapse
-
#hash ⇒ TD::Types::String
Hash value from the link.
Method Summary
Methods inherited from Base
Instance Attribute Details
#hash ⇒ TD::Types::String
Hash value from the link.
6 7 8 |
# File 'lib/tdlib/types/phone_number_code_type/confirm_ownership.rb', line 6 def hash @hash end |