Sha256: 4784622c498ac48ff9f4336b1aea5f5435289060e91cd3e97cde0f7e33771a1a

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

module TD::Types
  # A file defined by its unique ID.
  #
  # @attr id [Integer] Unique file identifier.
  class InputFile::Id < InputFile
    attribute :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/input_file/id.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_file/id.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_file/id.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_file/id.rb