1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 15:07:21 +01:00
MadelineProto/docs/API_docs/constructors/documentAttributeSticker.md

577 B

Constructor: documentAttributeSticker

Attributes:

Name Type Required
mask Bool Optional
alt string Required
stickerset InputStickerSet Required
mask_coords MaskCoords Optional

Type: DocumentAttribute

Example:

$documentAttributeSticker = ['mask' => Bool, 'alt' => string, 'stickerset' => InputStickerSet, 'mask_coords' => MaskCoords, ];