RemoveRecentSticker constructor

RemoveRecentSticker({
  1. String? extra,
  2. int? client_id,
  3. Bool? is_attached,
  4. InputFile? sticker,
})

Implementation

RemoveRecentSticker({
  super.extra,
  super.client_id,
  this.is_attached,
  this.sticker,
});