mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
627 B
627 B
title | description |
---|---|
messages.archivedStickers | messages_archivedStickers attributes, type and example |
Constructor: messages.archivedStickers
Attributes:
Name | Type | Required |
---|---|---|
count | int | Required |
sets | Array of StickerSetCovered | Required |
Type: messages_ArchivedStickers
Example:
$messages_archivedStickers = ['_' => 'messages.archivedStickers', 'count' => int, 'sets' => [Vector t], ];