Class: TD::Types::Update::File

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

Overview

Information about a file was updated.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#fileTD::Types::File

New data about the file.

Returns:



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

def file
  @file
end