RemoveRecentSticker constructor

RemoveRecentSticker({
  1. required bool isAttached,
  2. InputFile? sticker,
})

Implementation

RemoveRecentSticker({required this.isAttached, this.sticker});