593 B
593 B
title | description | image |
---|---|---|
documentAttributeHasStickers | Whether the current document has stickers attached | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: documentAttributeHasStickers
Whether the current document has stickers attached
Type: DocumentAttribute
Example:
$documentAttributeHasStickers = ['_' => 'documentAttributeHasStickers'];
Or, if you're into Lua:
documentAttributeHasStickers={_='documentAttributeHasStickers'}