ChatEventStickerSetChanged constructor

const ChatEventStickerSetChanged({
  1. required int oldStickerSetId,
  2. required int newStickerSetId,
})

The supergroup sticker set was changed

Implementation

const ChatEventStickerSetChanged({
  required this.oldStickerSetId,
  required this.newStickerSetId,
});