Class: TD::Types::AuthenticationCodeType::FlashCall
- Inherits:
-
TD::Types::AuthenticationCodeType
- Object
- Dry::Struct
- Base
- TD::Types::AuthenticationCodeType
- TD::Types::AuthenticationCodeType::FlashCall
- Defined in:
- lib/tdlib/types/authentication_code_type/flash_call.rb
Overview
An authentication code is delivered by an immediately cancelled call to the specified phone number. The number from which the call was made is the code.
Instance Attribute Summary collapse
-
#pattern ⇒ TD::Types::String
Pattern of the phone number from which the call will be made.
Method Summary
Methods inherited from Base
Instance Attribute Details
#pattern ⇒ TD::Types::String
Pattern of the phone number from which the call will be made.
6 7 8 |
# File 'lib/tdlib/types/authentication_code_type/flash_call.rb', line 6 def pattern @pattern end |