Class: TD::Types::Update::FileGenerationStop
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::FileGenerationStop
- Defined in:
- lib/tdlib/types/update/file_generation_stop.rb
Overview
File generation is no longer needed.
Instance Attribute Summary collapse
-
#generation_id ⇒ Integer
Unique identifier for the generation process.
Method Summary
Methods inherited from Base
Instance Attribute Details
#generation_id ⇒ Integer
Unique identifier for the generation process.
5 6 7 |
# File 'lib/tdlib/types/update/file_generation_stop.rb', line 5 def generation_id @generation_id end |