UpdateStickerSet constructor

const UpdateStickerSet({
  1. required StickerSet stickerSet,
  2. dynamic extra,
  3. int? clientId,
})

A sticker set has changed

Implementation

const UpdateStickerSet({
  required this.stickerSet,
  this.extra,
  this.clientId,
});