MadelineProto/docs/API_docs/constructors/documentAttributeHasStickers.md
2017-05-27 22:21:14 +01: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', }