612 B
612 B
Constructor: documentAttributeSticker
Attributes:
Name | Type | Required |
---|---|---|
mask | Bool | Optional |
alt | string | Required |
stickerset | InputStickerSet | Required |
mask_coords | MaskCoords | Optional |
Type: DocumentAttribute
Example:
$documentAttributeSticker = ['_' => documentAttributeSticker', 'mask' => true, 'alt' => string, 'stickerset' => InputStickerSet, 'mask_coords' => MaskCoords, ];