MessagesReorderStickerSets constructor

const MessagesReorderStickerSets({
  1. required bool masks,
  2. required bool emojis,
  3. required List<int> order,
})

Messages Reorder Sticker Sets constructor.

Implementation

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