MadelineProto/docs/TD_docs/constructors/inputThumbGenerated.md

26 lines
821 B
Markdown
Raw Normal View History

---
title: inputThumbGenerated
2017-08-25 15:05:53 +02:00
description: Generated thumb, should be less than 200KB
---
## Constructor: inputThumbGenerated
[Back to constructors index](index.md)
2017-08-25 15:05:53 +02:00
Generated thumb, should be less than 200KB
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02: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|
### Type: [InputThumb](../types/InputThumb.md)