mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-05 21:38:17 +01:00
25 lines
560 B
Markdown
25 lines
560 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|
|
|
|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)
|
|
|
|
|