MadelineProtoDocs/old_docs/API_docs_v25/constructors/documentAttributeSticker.md

724 B

title description image
documentAttributeSticker Document attribute sticker https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: documentAttributeSticker

Back to constructors index

Document attribute sticker

Attributes:

Name Type Required Description
alt string Yes Alt

Type: DocumentAttribute

Example:

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

Or, if you're into Lua:

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