class
TD::InputFile::Generated
- TD::InputFile::Generated
- TD::InputFile
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/input_file/generated.crConstructors
- .new(original_path : String, conversion : String, expected_size : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #conversion : String
- #conversion=(conversion : String)
- #expected_size : Int32
- #expected_size=(expected_size : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #original_path : String
- #original_path=(original_path : String)