GetRecentStickers constructor

const GetRecentStickers({
  1. required bool isAttached,
})

Returns a list of recently used stickers

Implementation

const GetRecentStickers({
  required this.isAttached,
});