MadelineProto/docs/TD_docs/constructors/inputThumbGenerated.md
2017-08-25 15:05:53 +02:00

821 B

title description
inputThumbGenerated Generated thumb, should be less than 200KB

Constructor: inputThumbGenerated

Back to constructors index

Generated thumb, should be less than 200KB

Attributes:

Name Type Required Description
original_path string Yes Path to the original file
conversion string Yes String specifying conversion applied to the original file, should be persistent across application restart
width int Yes Thumb width, usually shouldn't excceed 90. Use 0 if unknown
height int Yes Thumb height, usually shouldn't excceed 90. Use 0 if unknown

Type: InputThumb