Class: TD::Types::Update::File
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::File
- Defined in:
- lib/tdlib/types/update/file.rb
Overview
Information about a file was updated.
Instance Attribute Summary collapse
-
#file ⇒ TD::Types::File
New data about the file.
Method Summary
Methods inherited from Base
Instance Attribute Details
#file ⇒ TD::Types::File
New data about the file.
5 6 7 |
# File 'lib/tdlib/types/update/file.rb', line 5 def file @file end |