Sha256: 594affacfee4e3d479deb513711d111125ba44c3df7b2e27613ab135e99254fd

Contents?: true

Size: 245 Bytes

Versions: 4

Compression:

Stored size: 245 Bytes

Contents

module TD::Types
  # File generation is no longer needed.
  #
  # @attr generation_id [Integer] Unique identifier for the generation process.
  class Update::FileGenerationStop < Update
    attribute :generation_id, TD::Types::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/file_generation_stop.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/file_generation_stop.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/file_generation_stop.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/file_generation_stop.rb