MadelineProto/old_docs/API_docs_v45/constructors/stickerSet.md

954 B

title description
stickerSet stickerSet attributes, type and example

Constructor: stickerSet

Back to constructors index

Attributes:

Name Type Required
installed Bool Optional
disabled Bool Optional
official Bool Optional
id long Required
access_hash long Required
title string Required
short_name string Required
count int Required
hash int Required

Type: StickerSet

Example:

$stickerSet = ['_' => 'stickerSet', 'installed' => true, 'disabled' => true, 'official' => true, 'id' => long, 'access_hash' => long, 'title' => string, 'short_name' => string, 'count' => int, 'hash' => int, ];