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

554 B

title description
stickerSetCovered stickerSetCovered attributes, type and example

Constructor: stickerSetCovered

Back to constructors index

Attributes:

Name Type Required
set StickerSet Required
cover Document Required

Type: StickerSetCovered

Example:

$stickerSetCovered = ['_' => stickerSetCovered, 'set' => StickerSet, 'cover' => Document, ];