MadelineProtoDocs/docs/API_docs/constructors/documentAttributeHasStickers.md
2019-12-27 17:48:04 +01:00

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