Class: TD::Types::AuthenticationCodeType::FlashCall

Inherits:
TD::Types::AuthenticationCodeType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#patternTD::Types::String

Pattern of the phone number from which the call will be made.

Returns:

  • (TD::Types::String)

    the current value of pattern



6
7
8
# File 'lib/tdlib/types/authentication_code_type/flash_call.rb', line 6

def pattern
  @pattern
end