mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 05:34:42 +01:00
581 B
581 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'}