mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:17:46 +01:00
887 B
887 B
Constructor: stickerSet
Attributes:
Name | Type | Required |
---|---|---|
installed | Bool | Optional |
archived | Bool | Optional |
official | Bool | Optional |
masks | Bool | Optional |
id | long | Required |
access_hash | long | Required |
title | string | Required |
short_name | string | Required |
count | int | Required |
hash | int | Required |
Type:
Example:
$stickerSet = ['_' => stickerSet', 'installed' => true, 'archived' => true, 'official' => true, 'masks' => true, 'id' => long, 'access_hash' => long, 'title' => string, 'short_name' => string, 'count' => int, 'hash' => int, ];