751 B
751 B
title | description |
---|---|
stickerSet | stickerSet attributes, type and example |
Constructor: stickerSet
Attributes:
Name | Type | Required |
---|---|---|
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', 'id' => long, 'access_hash' => long, 'title' => string, 'short_name' => string, 'count' => int, 'hash' => int, ];