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