mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:17:46 +01:00
765 B
765 B
title | description |
---|---|
documentAttributeSticker | documentAttributeSticker attributes, type and example |
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, ];