UpdateRecentStickers constructor

UpdateRecentStickers({
  1. String? extra,
  2. int? client_id,
  3. Bool? is_attached,
  4. vector<int32>? sticker_ids,
})

Implementation

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