MadelineProto/docs/TD_docs/constructors/pageBlockAnimation.md

25 lines
571 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: pageBlockAnimation
description: An animation
---
## Constructor: pageBlockAnimation
[Back to constructors index](index.md)
An animation
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|animation|[animation](../constructors/animation.md) | Yes|The animation, nullable|
2017-08-25 15:05:53 +02:00
|caption|[RichText](../types/RichText.md) | Yes|Animation caption|
|need\_autoplay|[Bool](../types/Bool.md) | Yes|True, if the animation should be autoplayed|
### Type: [PageBlock](../types/PageBlock.md)