Represents a stickerset (stickerpack)
stickerSet#d7df217a flags:# archived:flags.1?true official:flags.2?true masks:flags.3?true animated:flags.5?true videos:flags.6?true emojis:flags.7?true installed_date:flags.0?int id:long access_hash:long title:string short_name:string thumbs:flags.4?Vector<PhotoSize> thumb_dc_id:flags.4?int thumb_version:flags.4?int count:int hash:int = StickerSet;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
archived | flags.1?true | Whether this stickerset was archived (due to too many saved stickers in the current account) |
official | flags.2?true | Is this stickerset official |
masks | flags.3?true | Is this a mask stickerset |
animated | flags.5?true | Is this an animated stickerpack |
videos | flags.6?true | Is this a video stickerpack |
installed_date | flags.0?int | When was this stickerset installed |
id | long | ID of the stickerset |
access_hash | long | Access hash of stickerset |
title | string | Title of stickerset |
short_name | string | Short name of stickerset to use in tg://addstickers?set=short_name |
thumbs | flags.4?Vector<PhotoSize> | Stickerset thumbnail |
thumb_dc_id | flags.4?int | DC ID of thumbnail |
thumb_version | flags.4?int | Thumbnail version |
count | int | Number of stickers in pack |
hash | int | Hash |