MadelineProtoDocs/old_docs/API_docs_v82/constructors/documentAttributeAnimated.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
635 B
Markdown

---
title: documentAttributeAnimated
description: Document attribute animated
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: documentAttributeAnimated
[Back to constructors index](index.md)
Document attribute animated
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
### Example:
```php
$documentAttributeAnimated = ['_' => 'documentAttributeAnimated'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "documentAttributeAnimated"}
```
Or, if you're into Lua:
```lua
documentAttributeAnimated={_='documentAttributeAnimated'}
```