telegram api constructor · layer 229 · #2dd14edc
stickerSet
Represents a stickerset (stickerpack)
definition
stickerSet#2dd14edc flags:# archived:flags.1?true official:flags.2?true masks:flags.3?true emojis:flags.7?true text_color:flags.9?true channel_emoji_status:flags.10?true creator:flags.11?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 thumb_document_id:flags.8?long count:int hash:int = StickerSet;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
archived | true | Whether this stickerset was archived (due to too many saved stickers in the current account) |
official | true | Is this stickerset official |
masks | true | Is this a mask stickerset |
emojis | true | This is a custom emoji stickerset |
text_color | true | Whether the color of this TGS custom emoji stickerset should be changed to the text color when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context. |
channel_emoji_status | true | If set, this custom emoji stickerset can be used in channel/supergroup emoji statuses. |
creator | true | Whether we created this stickerset |
installed_date | 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, used when sharing stickerset using stickerset deep links. |
thumbs | Vector<PhotoSize> | Stickerset thumbnail |
thumb_dc_id | int | DC ID of thumbnail |
thumb_version | int | Thumbnail version |
thumb_document_id | long | Document ID of custom emoji thumbnail, fetch the document using messages.getCustomEmojiDocuments |
count | int | Number of stickers in pack |
hash | int | Hash |
type
history
present in layers 46–229 · constructor id changed 6×
| id | layers |
|---|---|
| #cd303b41 | 46–75 |
| #5585a139 | 76–96 |
| #6a90bcb7 | 97 |
| #eeb46f27 | 98–121 |
| #40e237a8 | 122–126 |
| #d7df217a | 127–143 |
| #2dd14edc | 144–229 |