mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
679 B
679 B
title | description |
---|---|
messages_stickerSet | messages_stickerSet attributes, type and example |
Constructor: messages_stickerSet
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], ];