MadelineProto/docs/TD_docs/constructors/inputThumbGenerated.md

26 lines
707 B
Markdown
Raw Normal View History

---
title: inputThumbGenerated
description: Generated thumb
---
## Constructor: inputThumbGenerated
[Back to constructors index](index.md)
Generated thumb
### 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|
|width|[int](../types/int.md) | Yes|Thumb width, use 0 if unknown|
|height|[int](../types/int.md) | Yes|Thumb height, use 0 if unknown|
### Type: [InputThumb](../types/InputThumb.md)