686 B
686 B
title | description |
---|---|
messages.allStickers | messages_allStickers attributes, type and example |
Constructor: messages.allStickers
Attributes:
Name | Type | Required |
---|---|---|
hash | int | Yes |
sets | Array of StickerSet | Yes |
Type: messages_AllStickers
Example:
$messages_allStickers = ['_' => 'messages.allStickers', 'hash' => int, 'sets' => [StickerSet], ];
Or, if you're into Lua:
messages_allStickers={_='messages.allStickers', hash=int, sets={StickerSet}, }