ChangeStickerSet constructor
const
ChangeStickerSet({})
Installs/uninstalls or activates/archives a sticker set
Implementation
const ChangeStickerSet({
required this.setId,
required this.isInstalled,
required this.isArchived,
});