1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-08 16:08:18 +01:00
MadelineProto/old_docs/API_docs_v66/constructors/documentAttributeHasStickers.md
2017-07-23 16:11:02 +02:00

584 B

title description
documentAttributeHasStickers documentAttributeHasStickers attributes, type and example

Constructor: documentAttributeHasStickers

Back to constructors index

Type: DocumentAttribute

Example:

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

PWRTelegram json-encoded version:

{"_":"documentAttributeHasStickers"}

Or, if you're into Lua:

documentAttributeHasStickers={_='documentAttributeHasStickers', }