1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 16:07:45 +01:00
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'}