Class: TD::Types::FilePart

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/file_part.rb

Overview

Contains a part of a file.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#dataString

File bytes.

Returns:

  • (String)

    the current value of data



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

def data
  @data
end