mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 05:39:37 +01:00
31 lines
468 B
Markdown
31 lines
468 B
Markdown
|
---
|
||
|
title: documentAttributeAnimated23
|
||
|
description: documentAttributeAnimated23 attributes, type and example
|
||
|
---
|
||
|
## Constructor: documentAttributeAnimated23
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$documentAttributeAnimated23 = ['_' => 'documentAttributeAnimated23', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
documentAttributeAnimated23={_='documentAttributeAnimated23', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|