mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:27:23 +01:00
374 B
374 B
Constructor: stickerPack
Attributes:
Name | Type | Required |
---|---|---|
emoticon | string | Required |
documents | Array of long | Required |
Type: StickerPack
Example:
$stickerPack = ['emoticon' => string, 'documents' => [long], ];