Class: TD::Types::InputFile::Remote

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

Overview

A file defined by its remote ID.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#idString

Remote file identifier.

Returns:

  • (String)

    the current value of id



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

def id
  @id
end