Class: TD::Types::PassportElementError
- Defined in:
- lib/tdlib/types/passport_element_error.rb
Overview
Contains the description of an error in a Telegram Passport element.
Instance Attribute Summary collapse
-
#message ⇒ TD::Types::String
Error message.
-
#source ⇒ TD::Types::PassportElementErrorSource
Error source.
-
#type ⇒ TD::Types::PassportElementType
Type of the Telegram Passport element which has the error.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message ⇒ TD::Types::String
Error message.
7 8 9 |
# File 'lib/tdlib/types/passport_element_error.rb', line 7 def @message end |
#source ⇒ TD::Types::PassportElementErrorSource
Error source.
7 8 9 |
# File 'lib/tdlib/types/passport_element_error.rb', line 7 def source @source end |
#type ⇒ TD::Types::PassportElementType
Type of the Telegram Passport element which has the error.
7 8 9 |
# File 'lib/tdlib/types/passport_element_error.rb', line 7 def type @type end |