Link Search Menu Expand Document

Constructor: messages.allStickers

Back to constructors index

Info about all installed stickers

Attributes:

NameTypeRequiredDescription
hashlongYesHash for pagination, for more info click here
setsArray of StickerSetYesAll stickersets

Type: messages.AllStickers

Example:

$messages_allStickers = ['_' => 'messages.allStickers', 'hash' => long, 'sets' => [StickerSet, StickerSet]];