mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
416 B
416 B
Constructor: stickerSetMultiCovered
Attributes:
Name | Type | Required |
---|---|---|
set | StickerSet | Required |
covers | Array of Document | Required |
Type: StickerSetCovered
Example:
$stickerSetMultiCovered = ['set' => StickerSet, 'covers' => [Document], ];