AddRecentSticker constructor

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

Implementation

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