Link Search Menu Expand Document

Constructor: messages.foundStickers

Back to constructors index

Found stickers

Attributes:

NameTypeRequiredDescription
next_offsetintOptionalOffset for pagination
hashlongYesHash used for caching, for more info click here
stickersArray of DocumentYesFound stickers

Type: messages.FoundStickers

Example:

$messages_foundStickers = ['_' => 'messages.foundStickers', 'next_offset' => int, 'hash' => long, 'stickers' => [Document, Document]];