Class: TD::Types::Update::FileGenerationStop

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/file_generation_stop.rb

Overview

File generation is no longer needed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#generation_idInteger

Unique identifier for the generation process.

Returns:

  • (Integer)

    the current value of generation_id



5
6
7
# File 'lib/tdlib/types/update/file_generation_stop.rb', line 5

def generation_id
  @generation_id
end