Constructor: messages.foundStickers
Found stickers
Attributes:
Name | Type | Required | Description |
---|---|---|---|
next_offset | int | Optional | Offset for pagination |
hash | long | Yes | Hash used for caching, for more info click here |
stickers | Array of Document | Yes | Found stickers |
Type: messages.FoundStickers
Example:
$messages_foundStickers = ['_' => 'messages.foundStickers', 'next_offset' => int, 'hash' => long, 'stickers' => [Document, Document]];