mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
24 lines
476 B
Markdown
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)
|
|
|
|
|