MadelineProto/docs/TD_docs/constructors/inputThumbLocal.md

25 lines
652 B
Markdown
Raw Normal View History

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