mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 16:07:45 +01:00
567 B
567 B
title | description |
---|---|
documentAttributeAnimated | documentAttributeAnimated attributes, type and example |
Constructor: documentAttributeAnimated_23
Type: DocumentAttribute
Example:
$documentAttributeAnimated_23 = ['_' => 'documentAttributeAnimated'];
PWRTelegram json-encoded version:
{"_": "documentAttributeAnimated"}
Or, if you're into Lua:
documentAttributeAnimated_23={_='documentAttributeAnimated'}