2017-03-11 19:54:51 +01:00
---
title: inputThumbGenerated
2017-08-25 15:05:53 +02:00
description: Generated thumb, should be less than 200KB
2017-03-11 19:54:51 +01:00
---
## Constructor: inputThumbGenerated
[Back to constructors index ](index.md )
2017-08-25 15:05:53 +02:00
Generated thumb, should be less than 200KB
2017-03-11 19:54:51 +01:00
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-03-11 19:54:51 +01:00
|original\_path|[string](../types/string.md) | Yes|Path to the original file|
|conversion|[string](../types/string.md) | Yes|String specifying conversion applied to the original file, should be persistent across application restart|
2017-08-25 15:05:53 +02:00
|width|[int](../types/int.md) | Yes|Thumb width, usually shouldn't excceed 90. Use 0 if unknown|
|height|[int](../types/int.md) | Yes|Thumb height, usually shouldn't excceed 90. Use 0 if unknown|
2017-03-11 19:54:51 +01:00
### Type: [InputThumb](../types/InputThumb.md)