29 lines
946 B
Markdown
29 lines
946 B
Markdown
---
|
|
title: inputMessagePhoto
|
|
description: Photo message
|
|
---
|
|
## Constructor: inputMessagePhoto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Photo message
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|photo|[InputFile](../types/InputFile.md) | Yes|Photo to send|
|
|
|thumb|[InputThumb](../types/InputThumb.md) | Yes|Photo thumb to send, is sent to the other party in secret chats only|
|
|
|added\_sticker\_file\_ids|Array of [int](../constructors/int.md) | Yes|File identifiers of stickers added onto the photo|
|
|
|width|[int](../types/int.md) | Yes|Photo width|
|
|
|height|[int](../types/int.md) | Yes|Photo height|
|
|
|caption|[string](../types/string.md) | Yes|Photo caption, 0-200 characters|
|
|
|ttl|[int](../types/int.md) | Yes|Photo TTL in seconds, 0-60. Non-zero TTL can be only specified in private chats|
|
|
|
|
|
|
|
|
### Type: [InputMessageContent](../types/InputMessageContent.md)
|
|
|
|
|