Link Search Menu Expand Document

Constructor: messages.foundStickers

Back to constructors index

Attributes:

NameTypeRequired
next_offsetintOptional
hashlongYes
stickersArray of DocumentYes

Type: messages.FoundStickers

Example:

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