ChatEventCustomEmojiStickerSetChanged constructor

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

Implementation

ChatEventCustomEmojiStickerSetChanged({
  required this.oldStickerSetId,
  required this.newStickerSetId,
});