MadelineProto/old_docs/API_docs_v65/constructors/documentAttributeHasStickers.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

475 B

title description
documentAttributeHasStickers documentAttributeHasStickers attributes, type and example

Constructor: documentAttributeHasStickers

Back to constructors index

Type: DocumentAttribute

Example:

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

Or, if you're into Lua:

documentAttributeHasStickers={_='documentAttributeHasStickers', }