1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 18:47:21 +01:00
MadelineProto/docs/API_docs/constructors/stickerSetCovered.md
2016-12-30 23:21:36 +03:00

556 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, ];