MadelineProtoDocs/docs/TD_docs/constructors/inputThumb.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

907 B

title description image
inputThumb Thumb to send along with a file, should be in jpeg format or webp format for stickers and less than 200KB in size https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputThumb

Back to constructors index

Thumb to send along with a file, should be in jpeg format or webp format for stickers and less than 200KB in size

Attributes:

Name Type Required Description
thumb InputFile Yes Thumb file to send, sending thumbs by file_id is currently not supported
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