Skip to main content

stickerSet

Represents a stickerset (stickerpack)

type tg.StickerSet struct { /* ... */ }

Fields

NameTypeRequiredDescription
ArchivedboolWhether this stickerset was archived (due to too many saved stickers in the current account)
OfficialboolIs this stickerset official
MasksboolIs this a mask stickerset
EmojisboolThis is a custom emoji stickerset
TextColorboolWhether 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.
ChannelEmojiStatusboolIf set, this custom emoji stickerset can be used in channel/supergroup emoji statuses.
CreatorboolWhether we created this stickerset
InstalledDateintWhen was this stickerset installed
IDint64yesID of the stickerset
AccessHashint64yesAccess hash of stickerset
TitlestringyesTitle of stickerset
ShortNamestringyesShort name of stickerset, used when sharing stickerset using stickerset deep links.
Thumbs[]PhotoSizeClassStickerset thumbnail
ThumbDCIDintDC ID of thumbnail
ThumbVersionintThumbnail version
ThumbDocumentIDint64Document ID of custom emoji thumbnail, fetch the document using messages getCustomEmojiDocuments
CountintyesNumber of stickers in pack
HashintyesHash

References