1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
MadelineProto/docs/API_docs/constructors/messages_archivedStickers.md
2017-01-19 23:02:27 +01:00

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