mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 09:07:47 +01:00
628 B
628 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], ];