UpdateStickerSets constructor

const UpdateStickerSets({
  1. required bool masks,
  2. required bool emojis,
})

Update Sticker Sets constructor.

Implementation

const UpdateStickerSets({required this.masks, required this.emojis})
    : super._();