--- title: messages.allStickers description: messages_allStickers attributes, type and example --- ## Constructor: messages.allStickers [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |hash|[int](../types/int.md) | Required| |sets|Array of [StickerSet](../types/StickerSet.md) | Required| ### Type: [messages\_AllStickers](../types/messages_AllStickers.md) ### Example: ``` $messages_allStickers = ['_' => 'messages.allStickers', 'hash' => int, 'sets' => [Vector t], ]; ```