mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
447 B
447 B
Constructor: messages_archivedStickers
Attributes:
Name | Type | Required |
---|---|---|
count | int | Required |
sets | Array of StickerSetCovered | Required |
Type: messages_ArchivedStickers
Example:
$messages_archivedStickers = ['count' => int, 'sets' => [StickerSetCovered], ];