class
TD::StorageStatisticsByFileType
- TD::StorageStatisticsByFileType
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/storage_statistics_by_file_type.crConstructors
- .new(file_type : TD::FileType, size : Int64, count : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #count : Int32
- #count=(count : Int32)
- #file_type : TD::FileType
- #file_type=(file_type : TD::FileType)
- #object_type : String
- #object_type=(object_type : String)
- #size : Int64
- #size=(size : Int64)