mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-16 00:36:54 +01:00
25 lines
564 B
Markdown
25 lines
564 B
Markdown
|
---
|
||
|
title: pageBlockAnimation
|
||
|
description: An animation
|
||
|
---
|
||
|
## Constructor: pageBlockAnimation
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
An animation
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|animation|[animation](../types/animation.md) | Yes|The animation, nullable|
|
||
|
|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)
|
||
|
|
||
|
|