1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 09:07:47 +01:00
MadelineProto/old_docs/API_docs_v55/constructors/messages_archivedStickers.md

628 B

title description
messages_archivedStickers messages_archivedStickers attributes, type and example

Constructor: messages_archivedStickers

Back to constructors index

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], ];