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