MadelineProto/old_docs/API_docs_v25/constructors/documentAttributeSticker.md
2017-07-23 16:11:02 +02:00

734 B

title description
documentAttributeSticker documentAttributeSticker attributes, type and example

Constructor: documentAttributeSticker

Back to constructors index

Attributes:

Name Type Required
alt string Yes

Type: DocumentAttribute

Example:

$documentAttributeSticker = ['_' => 'documentAttributeSticker', 'alt' => string, ];

PWRTelegram json-encoded version:

{"_":"documentAttributeSticker","alt":"string"}

Or, if you're into Lua:

documentAttributeSticker={_='documentAttributeSticker', alt=string, }