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 canceled call to the specified phone number. The phone number that calls is the code that must be entered automatically.
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 |