class
TD::DatedFile
- TD::DatedFile
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/dated_file.crConstructors
- .new(file : TD::File, date : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #date : Int32
- #date=(date : Int32)
- #file : TD::File
- #file=(file : TD::File)
- #object_type : String
- #object_type=(object_type : String)