1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/constructors/messageAnimation.md
2017-08-25 14:43:29 +02:00

24 lines
476 B
Markdown

---
title: messageAnimation
description: Animation message
---
## Constructor: messageAnimation
[Back to constructors index](index.md)
Animation message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|animation|[animation](../types/animation.md) | Yes|Message content|
|caption|[string](../types/string.md) | Yes|Animation caption|
### Type: [MessageContent](../types/MessageContent.md)