mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
521 B
521 B
title | description |
---|---|
stickerPack | stickerPack attributes, type and example |
Constructor: stickerPack
Attributes:
Name | Type | Required |
---|---|---|
emoticon | string | Required |
documents | Array of long | Required |
Type: StickerPack
Example:
$stickerPack = ['_' => stickerPack, 'emoticon' => string, 'documents' => [Vector t], ];