ViewTrendingStickerSets constructor

ViewTrendingStickerSets({
  1. String? extra,
  2. int? client_id,
  3. vector<int64>? sticker_set_ids,
})

Implementation

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