MadelineProto/old_docs/API_docs_v25/constructors/documentAttributeSticker.md

614 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, ];

Or, if you're into Lua:

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