UpdateStickerSet constructor
const
UpdateStickerSet({
- required StickerSet stickerSet,
- dynamic extra,
- int? clientId,
A sticker set has changed
Implementation
const UpdateStickerSet({
required this.stickerSet,
this.extra,
this.clientId,
});