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'}