Class: TD::Types::EmailAddressAuthentication::Code

Inherits:
TD::Types::EmailAddressAuthentication show all
Defined in:
lib/tdlib/types/email_address_authentication/code.rb

Overview

An authentication code delivered to a user’s email address.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#codeTD::Types::String

The code.



5
6
7
# File 'lib/tdlib/types/email_address_authentication/code.rb', line 5

def code
  @code
end