MadelineProto/docs/API_docs/constructors/documentAttributeAnimated_23.md
2017-07-23 16:33:46 +02:00

567 B

title description
documentAttributeAnimated documentAttributeAnimated attributes, type and example

Constructor: documentAttributeAnimated_23

Back to constructors index

Type: DocumentAttribute

Example:

$documentAttributeAnimated_23 = ['_' => 'documentAttributeAnimated'];

PWRTelegram json-encoded version:

{"_": "documentAttributeAnimated"}

Or, if you're into Lua:

documentAttributeAnimated_23={_='documentAttributeAnimated'}