MessagesToggleStickerSets constructor

const MessagesToggleStickerSets({
  1. required bool uninstall,
  2. required bool archive,
  3. required bool unarchive,
  4. required List<InputStickerSetBase> stickersets,
})

Messages Toggle Sticker Sets constructor.

Implementation

const MessagesToggleStickerSets({
  required this.uninstall,
  required this.archive,
  required this.unarchive,
  required this.stickersets,
}) : super._();