ChangeStickerSet constructor

ChangeStickerSet({
  1. String? extra,
  2. int? client_id,
  3. int64? set_id,
  4. Bool? is_installed,
  5. Bool? is_archived,
})

Implementation

ChangeStickerSet({
  super.extra,
  super.client_id,
  this.set_id,
  this.is_installed,
  this.is_archived,
});