SetSupergroupCustomEmojiStickerSet constructor

SetSupergroupCustomEmojiStickerSet({
  1. required int supergroupId,
  2. required int customEmojiStickerSetId,
})

Implementation

SetSupergroupCustomEmojiStickerSet({
  required this.supergroupId,
  required this.customEmojiStickerSetId,
});