UpdateFavoriteStickers constructor

UpdateFavoriteStickers({
  1. String? extra,
  2. int? client_id,
  3. vector<int32>? sticker_ids,
})

Implementation

UpdateFavoriteStickers({
  super.extra,
  super.client_id,
  this.sticker_ids,
});