Class: TD::Types::InputFile::Id

Inherits:
TD::Types::InputFile show all
Defined in:
lib/tdlib/types/input_file/id.rb

Overview

A file defined by its unique ID.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#idInteger

Unique file identifier.

Returns:

  • (Integer)

    the current value of id



5
6
7
# File 'lib/tdlib/types/input_file/id.rb', line 5

def id
  @id
end