25 lines
652 B
Markdown
25 lines
652 B
Markdown
---
|
|
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 |
|
|
|----------|---------------|----------|-------------|
|
|
|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)
|
|
|
|
|