1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 11:34:41 +01:00
MadelineProto/docs/API_docs_55/constructors/messages_archivedStickers.md

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