Class: TD::Types::InputPersonalDocument
- Defined in:
- lib/tdlib/types/input_personal_document.rb
Overview
A personal document to be saved to Telegram Passport.
Instance Attribute Summary collapse
-
#files ⇒ Array<TD::Types::InputFile>
List of files containing the pages of the document.
-
#translation ⇒ Array<TD::Types::InputFile>
List of files containing a certified English translation of the document.
Method Summary
Methods inherited from Base
Instance Attribute Details
#files ⇒ Array<TD::Types::InputFile>
List of files containing the pages of the document.
7 8 9 |
# File 'lib/tdlib/types/input_personal_document.rb', line 7 def files @files end |
#translation ⇒ Array<TD::Types::InputFile>
List of files containing a certified English translation of the document.
7 8 9 |
# File 'lib/tdlib/types/input_personal_document.rb', line 7 def translation @translation end |