MadelineProtoDocs/old_docs/API_docs_v66/constructors/documentAttributeHasSticker...

593 B

title description image
documentAttributeHasStickers Whether the current document has stickers attached https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: documentAttributeHasStickers

Back to constructors index

Whether the current document has stickers attached

Type: DocumentAttribute

Example:

$documentAttributeHasStickers = ['_' => 'documentAttributeHasStickers'];

Or, if you're into Lua:

documentAttributeHasStickers={_='documentAttributeHasStickers'}