MadelineProto/old_docs/API_docs_v38/constructors/messages_stickerSet.md
2017-01-19 23:02:27 +01:00

684 B

title description
messages.stickerSet messages_stickerSet attributes, type and example

Constructor: messages.stickerSet

Back to constructors index

Attributes:

Name Type Required
set StickerSet Required
packs Array of StickerPack Required
documents Array of Document Required

Type: messages_StickerSet

Example:

$messages_stickerSet = ['_' => 'messages.stickerSet', 'set' => StickerSet, 'packs' => [Vector t], 'documents' => [Vector t], ];