MadelineProto/docs/TD_docs/constructors/inputMessageAnimation.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

28 lines
870 B
Markdown

---
title: inputMessageAnimation
description: Animation message
---
## Constructor: inputMessageAnimation
[Back to constructors index](index.md)
Animation message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|animation|[InputFile](../types/InputFile.md) | Yes|Animation file to send|
|thumb|[inputThumb](../constructors/inputThumb.md) | Yes|Animation thumb, if available|
|duration|[int](../types/int.md) | Yes|Duration of the animation in seconds|
|width|[int](../types/int.md) | Yes|Width of the animation, may be replaced by the server|
|height|[int](../types/int.md) | Yes|Height of the animation, may be replaced by the server|
|caption|[string](../types/string.md) | Yes|Animation caption, 0-200 characters|
### Type: [InputMessageContent](../types/InputMessageContent.md)