MadelineProto/old_docs/API_docs_v46/constructors/stickerPack.md

527 B

title description
stickerPack stickerPack attributes, type and example

Constructor: stickerPack

Back to constructors index

Attributes:

Name Type Required
emoticon string Required
documents Array of long Required

Type: StickerPack

Example:

$stickerPack = ['_' => 'stickerPack', 'emoticon' => string, 'documents' => [Vector t], ];