Sha256: 58b48be3b5b76d63232814a3b807bff9e2039557d793e3bae6c44516d97c1510
Contents?: true
Size: 401 Bytes
Versions: 2
Compression:
Stored size: 401 Bytes
Contents
module TD::Types # 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. # # @attr pattern [TD::Types::String] Pattern of the phone number from which the call will be made. class AuthenticationCodeType::FlashCall < AuthenticationCodeType attribute :pattern, TD::Types::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/authentication_code_type/flash_call.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/authentication_code_type/flash_call.rb |