UpdateInstalledStickerSets constructor

UpdateInstalledStickerSets({
  1. String? extra,
  2. int? client_id,
  3. StickerType? sticker_type,
  4. vector<int64>? sticker_set_ids,
})

Implementation

UpdateInstalledStickerSets({
  super.extra,
  super.client_id,
  this.sticker_type,
  this.sticker_set_ids,
});