copyWith method
Implementation
SetSupergroupCustomEmojiStickerSet copyWith({
int? supergroupId,
int? customEmojiStickerSetId,
}) => SetSupergroupCustomEmojiStickerSet(
supergroupId: supergroupId ?? this.supergroupId,
customEmojiStickerSetId:
customEmojiStickerSetId ?? this.customEmojiStickerSetId,
);