MadelineProto/docs/API_docs/constructors/messages_allStickers.md
2017-01-19 23:02:27 +01:00

576 B

title description
messages.allStickers messages_allStickers attributes, type and example

Constructor: messages.allStickers

Back to constructors index

Attributes:

Name Type Required
hash int Required
sets Array of StickerSet Required

Type: messages_AllStickers

Example:

$messages_allStickers = ['_' => 'messages.allStickers', 'hash' => int, 'sets' => [Vector t], ];